From 12f92a552437ced57f1b98c2a8e6c59356f8f6e8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 18 Oct 2025 09:36:52 +0300 Subject: add cont --- cmd/timr/main.go | 2 ++ internal/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cmd/timr/main.go b/cmd/timr/main.go index d5b3004..0c4df06 100644 --- a/cmd/timr/main.go +++ b/cmd/timr/main.go @@ -40,6 +40,8 @@ func runCommand(args []string) (string, error) { return "", err } output, err = timer.StartTimer(status > 0) + case "cont": + fallthrough case "continue": rawStatus, err := timer.GetRawStatus() if err != nil { diff --git a/internal/version.go b/internal/version.go index 10a66c4..f85f296 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,3 +1,3 @@ package internal -const Version = "v0.1.1" +const Version = "v0.2.0" -- cgit v1.2.3