Add more tests for modifycommand

This commit is contained in:
2025-03-27 23:53:42 +01:00
parent ba7ac07001
commit 294c04a11a
8 changed files with 912 additions and 22 deletions

View File

@@ -57,7 +57,7 @@ func main() {
logger.Info("Initializing with log level: %s", level.String())
// The plan is:
// Load all commands
// Load all commands
commands, err := utils.LoadCommands(args)
if err != nil {
logger.Error("Failed to load commands: %v", err)