From d752a737422fbff02ad16658bddd52eaf1ad83f1 Mon Sep 17 00:00:00 2001 From: Gregory Gauthier Date: Tue, 31 Mar 2026 15:12:50 +0100 Subject: [PATCH] docs(workon): clarify -c flag usage and exclusivity Updated the usage string to show -c as an alternative option and added a note that it cannot be used with other flags. --- todo/queued/workon.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/todo/queued/workon.md b/todo/queued/workon.md index 824d1b3..5c937df 100644 --- a/todo/queued/workon.md +++ b/todo/queued/workon.md @@ -23,7 +23,7 @@ Also, if no IDE is specified in the config, the feature will default to not open **Usage**: ``` -grokkit workon [-m ''] [-f] +grokkit workon [[-m ''] [-f]] | [-c] ``` **Arguments**: @@ -36,7 +36,7 @@ grokkit workon [-m ''] [-f] - `-f`: This signifies a "fix" rather than a todo item (the default is always a todo item) -- `-c`: "completes" the work item. This means: +- `-c`: "completes" the work item (note: cannot be used with other flags). This means: - If it is a todo, it will be moved to the "completed" folder, and the index readme will be updated. - If it is a fix, the work plan will be moved to the "completed folder". No index update is necessary. - In either case, the update will be committed to the branch.