Method: Taps::Cli#help

Defined in:
lib/taps/cli.rb

#helpObject



72
73
74
75
76
77
78
79
80
81
82
83
# File 'lib/taps/cli.rb', line 72

def help
  puts <<EOHELP
Options
=======
server    Start a taps database import/export server
pull      Pull a database from a taps server
push      Push a database to a taps server
version   Taps version

Add '-h' to any command to see their usage
EOHELP
end