Skip to content

Commit 9e057eb

Browse files
committed
fixed command function
1 parent 12ba2f5 commit 9e057eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/cli/root.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ func (s *CLIService) RootCmd() *cobra.Command {
2828

2929
rootCmd.AddCommand(wCmd)
3030
rootCmd.AddCommand(s.addProgramsCmd())
31+
rootCmd.AddCommand(s.updateCmd())
3132
rootCmd.AddCommand(s.removeProgramsCmd())
3233
rootCmd.AddCommand(s.getListcmd())
3334
rootCmd.AddCommand(s.infoCmd())

0 commit comments

Comments
 (0)