Milestone 3
Some checks failed
CI / Test (pull_request) Failing after 6s
CI / Build (pull_request) Failing after 6s
CI / Lint (pull_request) Failing after 12s

This commit is contained in:
2025-10-14 22:10:45 -04:00
parent 99878adefb
commit 8b1339d0cf
9 changed files with 821 additions and 133 deletions

View File

@ -26,6 +26,9 @@ log for universal undo functionality.`,
rootCmd.AddCommand(commands.NewUndoCmd())
rootCmd.AddCommand(commands.NewDaemonCmd())
rootCmd.AddCommand(commands.NewSaveCmd())
rootCmd.AddCommand(commands.NewNewCmd())
rootCmd.AddCommand(commands.NewListCmd())
rootCmd.AddCommand(commands.NewSwitchCmd())
// Execute the root command
if err := rootCmd.Execute(); err != nil {