Method: App::CLI::Command.subcommands

Defined in:
lib/app-cli.rb

.subcommandsObject



35
36
37
# File 'lib/app-cli.rb', line 35

def self.subcommands
  self.class_variable_defined?(:@@subcommands) ? @@subcommands : []
end