We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2873793 commit af90c2dCopy full SHA for af90c2d
cli/src/data/slash-commands.ts
@@ -6,12 +6,12 @@ export interface SlashCommand {
6
}
7
8
export const SLASH_COMMANDS: SlashCommand[] = [
9
- {
10
- id: 'help',
11
- label: 'help',
12
- description: 'Display help information and available commands',
13
- aliases: ['h'],
14
- },
+ // {
+ // id: 'help',
+ // label: 'help',
+ // description: 'Display help information and available commands',
+ // aliases: ['h'],
+ // },
15
{
16
id: 'init',
17
label: 'init',
0 commit comments