mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 14:51:13 -03:00
Fix completion scripts for builtins "exec" and "not"
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
|
||||
complete -c exec -s h -l help -d 'Display help and exit'
|
||||
complete -c exec -r -a '(__fish_complete_subcommand)'
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
|
||||
complete -c not -s h -l help -d 'Display help and exit'
|
||||
complete -c not -xa '__fish_complete_subcommand'
|
||||
|
||||
complete -c not -xa '(__fish_complete_subcommand)'
|
||||
|
||||
Reference in New Issue
Block a user