mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
6 lines
422 B
Fish
6 lines
422 B
Fish
|
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 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 v -l version -d 'Output version information'
|
||
|
complete -c entr -x -a '(__fish_complete_subcommand)'
|