milestone 2 complete
Some checks failed
CI / Test (pull_request) Failing after 6s
CI / Build (pull_request) Failing after 7s
CI / Lint (pull_request) Failing after 13s

This commit is contained in:
2025-10-10 19:03:31 -04:00
parent 4a517d104a
commit a0f80c5c7d
19 changed files with 2225 additions and 145 deletions

View File

@ -24,6 +24,8 @@ log for universal undo functionality.`,
// Add commands
rootCmd.AddCommand(commands.NewInitCmd())
rootCmd.AddCommand(commands.NewUndoCmd())
rootCmd.AddCommand(commands.NewDaemonCmd())
rootCmd.AddCommand(commands.NewSaveCmd())
// Execute the root command
if err := rootCmd.Execute(); err != nil {