Class: S3Secure::CLI
Instance Method Summary
collapse
Methods inherited from Command
alter_command_description, command_help, dispatch, website
Instance Method Details
#batch(*params) ⇒ Object
24
25
26
|
# File 'lib/s3_secure/cli.rb', line 24
def batch(*params)
Batch.new(*params).run
end
|
#completion(*params) ⇒ Object
30
31
32
|
# File 'lib/s3_secure/cli.rb', line 30
def completion(*params)
Completer.new(CLI, *params).run
end
|
#completion_script ⇒ Object
#summary ⇒ Object
18
19
20
|
# File 'lib/s3_secure/cli.rb', line 18
def summary
Summary.new(options).run
end
|
#version ⇒ Object
41
42
43
|
# File 'lib/s3_secure/cli.rb', line 41
def version
puts VERSION
end
|