Chore: Add missing dependencies to the check dependencies command. (#978)

This commit is contained in:
Jas Singh
2025-06-01 23:05:15 -07:00
committed by GitHub
parent 1333149d25
commit a026a35735
8 changed files with 286 additions and 261 deletions

View File

@@ -2,7 +2,7 @@ import { CommandRegistry } from './Registry';
import { Command } from './types';
import { createExplainCommand } from './helpers';
import { appearanceCommands } from './commands/appearance';
import { utilityCommands } from './commands/system';
import { utilityCommands } from './commands/system/utility';
import { windowManagementCommands } from './commands/windowManagement';
import { mediaCommands } from './commands/modules/media';