Method: App42::Command::Config#list
- Defined in:
- lib/app42/command/config.rb
#list ⇒ Object
This will list all app42 available commands.
10 11 12 13 |
# File 'lib/app42/command/config.rb', line 10 def list "All app42 available commands", true, 'blue' App42::Base::APP42_COMMAND.select { |action| puts Paint["app42 #{action}", :green]} end |