Class: DynamoSecret::CLI
- Inherits:
-
Object
- Object
- DynamoSecret::CLI
- Defined in:
- lib/dynamo_secret/cli.rb
Instance Method Summary collapse
-
#initialize(args) ⇒ CLI
constructor
A new instance of CLI.
- #run ⇒ Object
Constructor Details
#initialize(args) ⇒ CLI
Returns a new instance of CLI.
10 11 12 |
# File 'lib/dynamo_secret/cli.rb', line 10 def initialize(args) @args = args end |
Instance Method Details
#run ⇒ Object
14 15 16 17 18 |
# File 'lib/dynamo_secret/cli.rb', line 14 def run load_config parse_args(@args) perform_action end |