class SimpleScripting::Argv::ExitWithCommandsHelpPrinting
Public Instance Methods
print_help(output, long_help)
click to toggle source
# File lib/simple_scripting/argv.rb, line 25 def print_help(output, long_help) output.puts "Valid commands:", "", " " + commands_definition.keys.join(', ') end