Class: S3Antivirus::CLI
Instance Method Summary
collapse
Methods inherited from Command
alter_command_description, command_help, dispatch, website
Instance Method Details
#completion(*params) ⇒ Object
14
15
16
|
# File 'lib/s3_antivirus/cli.rb', line 14
def completion(*params)
Completer.new(CLI, *params).run
end
|
#completion_script ⇒ Object
#scan ⇒ Object
8
9
10
|
# File 'lib/s3_antivirus/cli.rb', line 8
def scan
Scan.new(options).run
end
|
#version ⇒ Object
25
26
27
|
# File 'lib/s3_antivirus/cli.rb', line 25
def version
puts VERSION
end
|