Class: Gtmtech::Crypto::Subcommands::UnknownCommand

Inherits:
Gtmtech::Crypto::Subcommand show all
Defined in:
lib/gtmtech/crypto/subcommands/unknown_command.rb

Class Method Summary collapse

Methods inherited from Gtmtech::Crypto::Subcommand

all_options, description, error, find, hidden?, parse, prettyname, usage, validate

Class Method Details

.executeObject



13
14
15
# File 'lib/gtmtech/crypto/subcommands/unknown_command.rb', line 13

def self.execute
  puts "Unknown command"
end

.optionsObject



9
10
11
# File 'lib/gtmtech/crypto/subcommands/unknown_command.rb', line 9

def self.options
  []
end