From dc96f2d423f7a83b613bd9e9d765590494e4fe09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=CC=81scar=20M=2E=20Lage?= Date: Tue, 16 Nov 2021 19:37:52 +0100 Subject: [PATCH] Fix: README little cosmetic "refactor" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1618abe..a25ee1c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ $ gst projects [pr] - List of projects $ gst tasks [t] [--project|-pr] 11 - List of tasks, if -pr grouped per projects else just last open tasks +$ gst stamps [--last] + - List last stamps and status (open, closed...), like a summary $ gst start -t 212 - Add new stamp to the task 212 $ gst stop @@ -19,8 +21,6 @@ $ gst description "Task description" - Add description to last stamp $ gst addtask [--project|-pr] 11 "Task title" - Add a task to a project -$ gst status [--last] - - List last stamps and status (open, closed...), like a summary ``` ## Why Rust?