diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-08 01:56:58 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-08 01:56:58 +0900 |
| commit | 31c5dbe675cba2d53816f12f482a29952de39de8 (patch) | |
| tree | ab407874649a36d7ae27d83ec3456fb0b6d1de60 /cmd/root.go | |
| parent | 527079fa9c466eb1cff44a952d4f99800682a582 (diff) | |
| download | term-clock-31c5dbe675cba2d53816f12f482a29952de39de8.tar.gz term-clock-31c5dbe675cba2d53816f12f482a29952de39de8.tar.zst term-clock-31c5dbe675cba2d53816f12f482a29952de39de8.zip | |
add timer subcommand
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 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 { |
