Method: DataDuck::Commands.help

Defined in:
lib/dataduck/commands.rb

.helpObject



133
134
135
136
# File 'lib/dataduck/commands.rb', line 133

def self.help
  puts "Usage: dataduck commandname"
  puts "Commands: #{ acceptable_commands.sort.join(' ') }"
end