fish-shell/share/completions/entr.fish

6 lines
318 B
Fish
Raw Normal View History

2022-01-21 22:01:59 +00:00
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'
2022-01-21 22:01:59 +00:00
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)'