From 0a0ea5a3fec6eae0a4b300918a9a8fc06fcc786f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 20 Nov 2025 13:35:54 -0500 Subject: Fix docopt flag ordering issue by using [options] - Changed 'task list' usage from explicit flags to [options] - Allows flags to be specified in any order (fixes t-10KNtTF) - All combinations now work: --namespace --status, --status --namespace, etc. - Updated AGENTS.md examples to use correct status argument format - All tests passing (28/28) --- Omni/Task.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Omni') diff --git a/Omni/Task.hs b/Omni/Task.hs index 656c972..eeca4c6 100644 --- a/Omni/Task.hs +++ b/Omni/Task.hs @@ -39,7 +39,7 @@ task Usage: task init [--quiet] task create [--type=<type>] [--parent=<id>] [--priority=<p>] [--deps=<ids>] [--dep-type=<type>] [--discovered-from=<id>] [--namespace=<ns>] [--json] - task list [--type=<type>] [--parent=<id>] [--status=<status>] [--namespace=<ns>] [--json] + task list [options] task ready [--json] task show <id> [--json] task update <id> <status> [--json] -- cgit v1.2.3