Method: GLI::AppSupport#commands_declaration_order
- Defined in:
- lib/gli/app_support.rb
#commands_declaration_order ⇒ Object
Get an array of commands, ordered by when they were declared
41 42 43 |
# File 'lib/gli/app_support.rb', line 41 def commands_declaration_order # :nodoc: @commands_declaration_order end |