Add :hidden type
Reported by bahuvrihi | March 5th, 2009 @ 06:35 PM
So that configurations can be hidden from the command line.
block = case attributes[:type]
when :switch
...
when :hidden then return nil
when nil then setup_option(key, attributes)
else
...
end
Comments and changes to this ticket
-
bahuvrihi March 5th, 2009 @ 11:39 PM
- State changed from new to resolved
- Assigned user set to bahuvrihi
(from [212ee5317c6c3c1a0e9d84634f88b76b9750ddff]) added :hidden type to prevent the creation of an option [#14 state:resolved responsible:bahuvrihi] http://github.com/bahuvrihi/conf...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Class configurations that map to the command line.
People watching this ticket
Referenced by
- 14 Add :hidden type (from [212ee5317c6c3c1a0e9d84634f88b76b9750ddff]) added :...