This commit is contained in:
Dundar Göc 2022-01-21 23:01:59 +01:00 committed by Aaron Gyes
parent e8af17c191
commit fe21cb44c9

View File

@ -1,5 +1,5 @@
complete -c entr -s r -d 'Launches the utility at startup and reloads it if one of the source files change'
complete -c entr -s r -d 'Launch utility at startup and reload on file change'
complete -c entr -s c -d 'Clears the screen before running the utility'
complete -c entr -s h -l help -d 'Display help and exit'
complete -c entr -s h -l help -d 'Display help'
complete -c entr -s v -l version -d 'Output version information'
complete -c entr -x -a '(__fish_complete_subcommand)'