Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
hisho
master
Hisho
AddCommand
ChatClient
ChatCommand
ClearCommand
CLI
Command
CommandBuilder
CommandFunction
Conversation
DefaultChatClient
File
HelpCommand
Prompts
QuitCommand
ShowContextCommand
Generated using Crystal 1.14.0
2024-11-26 07:35:38 UTC
class
Hisho::
ShowContextCommand
Hisho::ShowContextCommand
Hisho::Command
Reference
Object
Defined in:
core/commands/show_context_command.cr
Constructors
.new
Instance Method Summary
#display
#execute
(conversation : Conversation, chat_client : ChatClient, file : File) : Command
Instance methods inherited from class
Hisho::Command
display
display
,
execute(conversation : Conversation, chat_client : ChatClient, file : File) : Command
execute
,
message : String
message
,
message=(message : String)
message=
,
type : Symbol
type
,
type=(type : Symbol)
type=
Constructor methods inherited from class
Hisho::Command
new(type : Symbol, message : String)
new
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
display
#
[
View source
]
def
execute
(conversation :
Conversation
, chat_client :
ChatClient
, file :
File
) :
Command
#
[
View source
]