summaryrefslogtreecommitdiff
path: root/packages/cli/src/services/CommandService.ts
diff options
context:
space:
mode:
authorAbhi <[email protected]>2025-07-15 02:22:46 -0400
committerGitHub <[email protected]>2025-07-15 06:22:46 +0000
commit6e258e28508e2862c0a7f7be40b5ab6fd725f453 (patch)
tree0b4d6a994d4b4340bf7d7395b3dd2637877a4434 /packages/cli/src/services/CommandService.ts
parent2862ae7344db11f3de96b9b13fcc6c98b19f5b26 (diff)
migrate /about (#4207)
Diffstat (limited to 'packages/cli/src/services/CommandService.ts')
-rw-r--r--packages/cli/src/services/CommandService.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/cli/src/services/CommandService.ts b/packages/cli/src/services/CommandService.ts
index 0e2a8acb..ef31952d 100644
--- a/packages/cli/src/services/CommandService.ts
+++ b/packages/cli/src/services/CommandService.ts
@@ -11,8 +11,10 @@ import { clearCommand } from '../ui/commands/clearCommand.js';
import { authCommand } from '../ui/commands/authCommand.js';
import { themeCommand } from '../ui/commands/themeCommand.js';
import { privacyCommand } from '../ui/commands/privacyCommand.js';
+import { aboutCommand } from '../ui/commands/aboutCommand.js';
const loadBuiltInCommands = async (): Promise<SlashCommand[]> => [
+ aboutCommand,
authCommand,
clearCommand,
helpCommand,