2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-29 21:33:29 +00:00
fish-shell/share/completions/entr.fish
Dundar Göc fe21cb44c9 entr
2022-01-21 18:11:48 -08:00

5 lines
318 B
Fish

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'
complete -c entr -s v -l version -d 'Output version information'
complete -c entr -x -a '(__fish_complete_subcommand)'