Skip to content

Commit af90c2d

Browse files
committed
[codecane] remove help command
1 parent 2873793 commit af90c2d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cli/src/data/slash-commands.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ export interface SlashCommand {
66
}
77

88
export const SLASH_COMMANDS: SlashCommand[] = [
9-
{
10-
id: 'help',
11-
label: 'help',
12-
description: 'Display help information and available commands',
13-
aliases: ['h'],
14-
},
9+
// {
10+
// id: 'help',
11+
// label: 'help',
12+
// description: 'Display help information and available commands',
13+
// aliases: ['h'],
14+
// },
1515
{
1616
id: 'init',
1717
label: 'init',

0 commit comments

Comments
 (0)