From 31c5dbe675cba2d53816f12f482a29952de39de8 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 8 Mar 2023 01:56:58 +0900 Subject: add timer subcommand --- cmd/root.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/root.go') diff --git a/cmd/root.go b/cmd/root.go index d0f9713..34a12f3 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -11,6 +11,7 @@ var rootCmd = &cobra.Command{ func init() { rootCmd.AddCommand(clockCmd) + rootCmd.AddCommand(timerCmd) } func Execute() error { -- cgit v1.2.3-70-g09d2