Method: Commands::FlagOption#attach
- Defined in:
- lib/commands.rb
#attach(commands) ⇒ Object
1275 1276 1277 1278 |
# File 'lib/commands.rb', line 1275 def attach(commands) command = super(commands) command.option(@name, @field_symbol, true) end |