Files
agessaman 97acab182e feat(commands): implement command enablement checks in cmd and help commands
Added an `is_enabled` method to the BaseCommand class to determine if commands are enabled based on configuration. Updated CmdCommand and HelpCommand to skip disabled commands when listing available commands. Updated tests to verify that disabled commands are omitted from command lists.
2026-08-07 21:10:12 -07:00
..