Class: Gtmtech::Crypto::Subcommands::Version
Class Method Summary
collapse
all_options, error, find, hidden?, parse, prettyname, usage, validate
Class Method Details
.description ⇒ Object
18
19
20
|
# File 'lib/gtmtech/crypto/subcommands/version.rb', line 18
def self.description
"output version information"
end
|
.execute ⇒ Object
14
15
16
|
# File 'lib/gtmtech/crypto/subcommands/version.rb', line 14
def self.execute
puts "gtmtech-crypto v#{Gtmtech::Crypto::VERSION}"
end
|
.options ⇒ Object
10
11
12
|
# File 'lib/gtmtech/crypto/subcommands/version.rb', line 10
def self.options
[]
end
|