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