mirror of
https://github.com/go-task/task.git
synced 2025-01-12 04:34:11 +02:00
a06e46885d
* List all current option flags * Provide descriptions for every flag * Pass the `task -l` descriptions as descriptions for the task completions + The prior logic had 4 invocations of sed and 1 of awk, and only kept the task name + Do all filtering in zsh without forking (except for `task` itself) * When `--taskfile` is used, complete tasks from _that_ file + And otherwise, enable completions if only the `.dist` variant files are present * Ensure mutually exclusive options preclude each other + the `+ '(groupname)'` clause defines this * Fix `--dir` to take directories, not files |
||
---|---|---|
.. | ||
bash | ||
fish | ||
ps | ||
zsh |