Class: Tr3llo::Command::InvalidCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/3llo/commands/invalid.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



4
5
6
7
8
9
# File 'lib/3llo/commands/invalid.rb', line 4

def execute
  interface.print_frame do
    interface.puts("Invalid command!".red)
    Presenter::HelpPresenter.new(interface).print!
  end
end