diff options
| author | Shulhan <ms@kilabit.info> | 2024-12-28 23:59:49 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-12-29 00:06:17 +0700 |
| commit | 1b8c7008c8d8173ec53149a23e7cbe92d7cac012 (patch) | |
| tree | 267bce59562f2eebcec1ce9a279989780cf206f5 | |
| parent | 5b18bbf05850851db2c655762d1b55bd093ffcd7 (diff) | |
| download | pakakeh.go-1b8c7008c8d8173ec53149a23e7cbe92d7cac012.tar.xz | |
cmd/ansua: add and update documentation
| -rw-r--r-- | cmd/ansua/README.md | 2 | ||||
| -rw-r--r-- | cmd/ansua/main.go | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/cmd/ansua/README.md b/cmd/ansua/README.md index b2ae6c80..f44d5780 100644 --- a/cmd/ansua/README.md +++ b/cmd/ansua/README.md @@ -8,7 +8,7 @@ ansua is a command line interface to help tracking time. ## DESCRIPTION -ansua execute a timer on defined duration and optionally run a command when +ansua run a timer on defined duration and optionally run a command when timer finished. When ansua timer is running, one can pause the timer by pressing p+Enter, diff --git a/cmd/ansua/main.go b/cmd/ansua/main.go index 0720aca2..e9ad1e15 100644 --- a/cmd/ansua/main.go +++ b/cmd/ansua/main.go @@ -2,6 +2,9 @@ // // SPDX-License-Identifier: BSD-3-Clause +// Command ansua is CLI to help tracking time. +// The ansua command run a timer on defined duration and optionally run a +// command when timer finished. package main import ( |
