From c89020d72145a1c432d98c040b306f7b2aa630c8 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Fri, 5 Jan 2024 02:40:19 -0500 Subject: Updated command usage info in README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index eccbbfc..8eb6889 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ cargo install --path . Usage: pomc Commands: - start - pause - stop - skip - get-iteration - get-remaining - is-running - is-on-break + start Start the pomodoro timer + pause Pause the pomodoro timer + stop Stop the pomodoro timer + skip Skip the current timer + get-iteration Retrieve the current iteration of the pomodoro + get-remaining Get remaining timer duration (MM:SS) + is-running Get whether the timer is running + is-on-break Get whether the current timer is a break help Print this message or the help of the given subcommand(s) Options: -- cgit v1.2.3