Class: Awspec::CLI
- Inherits:
-
Thor
- Object
- Thor
- Awspec::CLI
- Defined in:
- lib/awspec/cli.rb
Instance Method Summary collapse
Instance Method Details
#help(version = nil) ⇒ Object
19 20 21 22 23 24 25 |
# File 'lib/awspec/cli.rb', line 19 def help(version = nil) if version puts Awspec::VERSION else super end end |
#init ⇒ Object
10 11 12 |
# File 'lib/awspec/cli.rb', line 10 def init Awspec::Setup.run end |