migrate restore command (#4388)

This commit is contained in:
Abhi
2025-07-17 19:23:17 -04:00
committed by GitHub
parent f0dc9690b7
commit 5df6c9fb66
7 changed files with 424 additions and 123 deletions

View File

@@ -24,6 +24,7 @@ import { compressCommand } from '../ui/commands/compressCommand.js';
import { ideCommand } from '../ui/commands/ideCommand.js';
import { bugCommand } from '../ui/commands/bugCommand.js';
import { quitCommand } from '../ui/commands/quitCommand.js';
import { restoreCommand } from '../ui/commands/restoreCommand.js';
const loadBuiltInCommands = async (
config: Config | null,
@@ -44,6 +45,7 @@ const loadBuiltInCommands = async (
memoryCommand,
privacyCommand,
quitCommand,
restoreCommand(config),
statsCommand,
themeCommand,
toolsCommand,