Class: Adhearsion::CLI::UnknownCommand

Inherits:
Thor::Error
  • Object
show all
Defined in:
lib/adhearsion/cli_commands.rb

Overview

AhnCommand

Instance Method Summary (collapse)

Constructor Details

- (UnknownCommand) initialize(cmd)

A new instance of UnknownCommand



159
160
161
# File 'lib/adhearsion/cli_commands.rb', line 159

def initialize(cmd)
  super "Unknown command: #{cmd}"
end