Class: AwsCli::Cli
- Inherits:
-
Thor
- Object
- Thor
- AwsCli::Cli
- Defined in:
- lib/awscli/cli.rb
Overview
This it the main cli runner class All class_methods should be defined here except for Thor::Groups
Instance Method Summary collapse
Instance Method Details
#help_banner ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/awscli/cli.rb', line 12 def puts " Amazon Web Services Command Line Interface, Version - \#{Awscli::VERSION}\n\n HELP\n help #call help\nend\n".gsub(/^ {8}/, '') |