Method: CommandLion::App#flags
- Defined in:
- lib/command_lion/app.rb
#flags ⇒ Object
Direct access to the various flags an application has. Helpfulp for debugging.
294 295 296 |
# File 'lib/command_lion/app.rb', line 294 def flags @flags end |