milestone 2 complete
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user