Custom Slash Commands
| Field | Type | Description |
|---|---|---|
| name | string | Slash command name |
| description | string | Slash command description |
| enabled | boolean | Whether the command is enabled, when set to false the command will not be displayed in the terminal |
| progressMessage | string | Message displayed when command is executed |
| argNames | string[] | List of parameter names |
See the following example
--- |
Command files are markdown files with the file path:
- ~/.hcode/commands/
- project file/commands/