Enkaidu::Slash::PromptCommand
Inherits Enkaidu::Slash::Command < Reference < Object
Constants
HELP = "#{HELP_BRIEF}\n- `ls`\n - List all available prompt\n- `info <PROMPTNAME>`\n - Provide details about one prompt\n- `use <PROMPTNAME> [NAME=VALUE ...]`\n - Use (invoke) a prompt by name.\n - If the prompt requirements arguments, you will be prompted for input per argument.\n - If you provide values for any arguments by name, those values will be used without prompting"
HELP_BRIEF = "`#{NAME} [<sub-command>]` - Manage custom prompts"
NAME = "/prompt"
Constructors
new(commander : Enkaidu::Slash::Commander)
SourceInstance methods
name
Source