Sha256: 688c333b3084b702c8f37aa5bba825cb746a0ba0c3fd6f87ba65e7a95b46f7ad
Contents?: true
Size: 283 Bytes
Versions: 28
Compression:
Stored size: 283 Bytes
Contents
# The help command. def help(options) cmd = ARGV.shift || 'help' page = File.dirname(__FILE__) + '/help/' + cmd if File.exist?(page) puts File.read(page) puts "\nFor parameter listing and details, try executing the command with --help.\n\ttm #{cmd} --help" end end
Version data entries
28 entries across 28 versions & 2 rubygems