Module: Aws::Templates::Cli
- Defined in:
- lib/aws/templates/cli.rb,
lib/aws/templates/cli/formatter.rb,
lib/aws/templates/cli/interface.rb,
lib/aws/templates/cli/formatter/json.rb
Overview
CLI namespace. See Cli::Processor
Defined Under Namespace
Modules: Formatter Classes: Interface
Class Method Summary collapse
Class Method Details
.start(*args) ⇒ Object
9 10 11 |
# File 'lib/aws/templates/cli.rb', line 9 def self.start(*args) Cli::Interface.start(*args) end |