Method: Plan::CLI.help
- Defined in:
- lib/plan/cli.rb
.help ⇒ Object
display a list of help
46 47 48 49 50 51 |
# File 'lib/plan/cli.rb', line 46 def help puts "plan #{Plan::VERSION} - john crepezzi - http://github.com/seejohnrun/plan" COMMAND_GLOSSARY.each do |cmd, description| puts "\e[0;33m#{cmd}\e[0m - #{description}" end end |