mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Fix completion scripts for builtins "exec" and "not"
This commit is contained in:
parent
9564e4a6d6
commit
40c553db29
@ -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)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user