abstract class Hisho::Command
- Hisho::Command
- Reference
- Object
Direct Known Subclasses
- Hisho::AddCommand
- Hisho::ChatCommand
- Hisho::ClearCommand
- Hisho::HelpCommand
- Hisho::QuitCommand
- Hisho::ShowContextCommand
Defined in:
core/commands/abstract_command.crConstructors
Instance Method Summary
- #display
- #execute(conversation : Conversation, chat_client : ChatClient, file : File) : Command
- #message : String
- #message=(message : String)
- #type : Symbol
- #type=(type : Symbol)
Constructor Detail
Instance Method Detail
abstract
def execute(conversation : Conversation, chat_client : ChatClient, file : File) : Command
#