diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-27 06:36:47 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-27 06:36:47 +0200 |
| commit | 5e014f3a6c7fc766ed4216919f8b268d6e320d03 (patch) | |
| tree | 4b3d1292a8b136d0027b232ca0d9aadbdddc8eeb /docs | |
| parent | 7a38213ce33d11690c32645456fd3814f33731da (diff) | |
Verify fish selector completion coverage for 6c1f2f60-d55c-4a0c-ba5d-e897c738ecb4
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/fish-completion.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/fish-completion.md b/docs/fish-completion.md index d7e7289..f51d362 100644 --- a/docs/fish-completion.md +++ b/docs/fish-completion.md @@ -5,6 +5,7 @@ The `ask` task-management CLI embeds its Fish completion script in the binary an It completes the top-level `ask` subcommands and the nested `ask dep` operations. It also completes task selectors for UUID-taking commands by reading pending tasks through `ask complete-uuids`, which uses the local alias cache for stable short IDs. Fish suggests each task's alias ID first and also keeps the raw UUID available as a fallback selector. +Selector suggestions stop once a command has consumed its selector argument, and `ask dep add` / `ask dep rm` suggest selectors for both task positions. The script preserves the global `--json` flag. Load it into the current Fish session: |
