diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-27 12:20:09 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-27 12:20:09 +0200 |
| commit | 2ddb334fa671b9c425ca43c8c673c6b36c3ad0ab (patch) | |
| tree | cfff7b2b8397ebf4fad9b81a91d54563ea66d208 /internal/askcli/dispatch.go | |
| parent | c8c57f0d5821ae0542cb613c87e6ed2ea66e1e0a (diff) | |
release: v0.27.1v0.27.1
Diffstat (limited to 'internal/askcli/dispatch.go')
| -rw-r--r-- | internal/askcli/dispatch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/askcli/dispatch.go b/internal/askcli/dispatch.go index c2c7aab..d03c340 100644 --- a/internal/askcli/dispatch.go +++ b/internal/askcli/dispatch.go @@ -60,7 +60,7 @@ func (d *Dispatcher) Dispatch(ctx context.Context, args []string, stdin io.Reade func (d *Dispatcher) help(w io.Writer) (int, error) { _, _ = io.WriteString(w, "ask - task management CLI\n") _, _ = io.WriteString(w, "\nSubcommands:\n") - _, _ = io.WriteString(w, " ask add [mods...] [depends:<id|uuid>,...] <description...> Create a new task and print its ID\n") + _, _ = io.WriteString(w, " ask add [mods...] [depends:<id|uuid>,...] <description...> Create a new task and print created task <id>\n") _, _ = io.WriteString(w, " ask list [filters] List active tasks (default)\n") _, _ = io.WriteString(w, " ask ready List READY tasks (not blocked)\n") _, _ = io.WriteString(w, " ask all [filters] List all tasks including completed/deleted\n") |
