diff options
Diffstat (limited to 'cmd/root.go')
| -rw-r--r-- | cmd/root.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/root.go b/cmd/root.go index 34a12f3..3efadab 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -10,6 +10,7 @@ var rootCmd = &cobra.Command{ } func init() { + rootCmd.AddCommand(alarmCmd) rootCmd.AddCommand(clockCmd) rootCmd.AddCommand(timerCmd) } |
