Fix completion scripts for builtins "exec" and "not"

This commit is contained in:
Johannes Altmanninger 2019-10-27 06:46:50 +01:00
parent 9564e4a6d6
commit 40c553db29
2 changed files with 2 additions and 4 deletions

View File

@ -1,2 +1,2 @@
complete -c exec -s h -l help -d 'Display help and exit'
complete -c exec -r -a '(__fish_complete_subcommand)'

View File

@ -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)'