Class: Lam::CLI::Help
- Inherits:
-
Object
- Object
- Lam::CLI::Help
- Defined in:
- lib/lam/cli/help.rb
Class Method Summary collapse
Class Method Details
.build ⇒ Object
5 6 7 8 9 |
# File 'lib/lam/cli/help.rb', line 5 def build "Builds and prepares project for AWS Lambda. Generates a node shim and vendors Traveling Ruby. Creates a zip file to be uploaded to Lambda for each handler.\n" end |
.process ⇒ Object
11 12 13 14 15 |
# File 'lib/lam/cli/help.rb', line 11 def process "TODO: update process help menu\n" end |