mirror of
https://github.com/go-task/task.git
synced 2026-08-29 10:08:27 +02:00
feat(completion): add Nushell completions (#2966)
This commit is contained in:
@@ -94,7 +94,7 @@ _task() {
|
||||
'(-F --failfast)'{-F,--failfast}'[when running tasks in parallel, stop all tasks if one fails]'
|
||||
'(-f --force)'{-f,--force}'[run even if task is up-to-date]'
|
||||
'(-c --color)'{-c,--color}'[colored output]'
|
||||
'(--completion)--completion[generate shell completion script]:shell:(bash zsh fish powershell)'
|
||||
'(--completion)--completion[generate shell completion script]:shell:(bash zsh fish powershell nu)'
|
||||
'(-d --dir)'{-d,--dir}'[dir to run in]:execution dir:_dirs'
|
||||
'(--disable-fuzzy)--disable-fuzzy[disable fuzzy matching for task names]'
|
||||
'(-n --dry)'{-n,--dry}'[compiles and prints tasks without executing]'
|
||||
|
||||
Reference in New Issue
Block a user