Method: Jets::CLI#main_help_body
- Defined in:
- lib/jets/cli.rb
#main_help_body ⇒ Object
175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'lib/jets/cli.rb', line 175 def main_help_body <<-EOL Add -h to any of the commands for more help. Examples: jets call -h jets routes -h jets deploy -h jets status -h jets dynamodb:create -h jets db:create -h EOL end |