feat(completion): add Nushell completions (#2966)

This commit is contained in:
Valentin Maerten
2026-08-11 20:12:17 +02:00
committed by GitHub
parent e8404ea6e0
commit 993508c782
7 changed files with 233 additions and 2 deletions

View File

@@ -41,6 +41,9 @@
stopping without a trace (#2240 by @Drino).
- Fixed pressing `Esc` at an interactive variable prompt not cancelling the run
(#2942 by @anilnatha).
- Added Nushell completions, available via `task --completion nu`. They complete
task names and aliases, every flag with its description, and the values of
`--completion`, `--output` and `--sort` (#2966 by @vmaerten).
## v3.52.0 - 2026-07-02