aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/fish.fish
blob: 70642d842a7a71ef262e62af0673956e6a89de93 (plain)
1
2
3
4
5
6
7
8
complete -c fish -s c -l "command" --description "Run fish with this command"
complete -c fish -s h -l help --description "Display help and exit"
complete -c fish -s v -l version --description "Display version and exit"
complete -c fish -s n -l no-execute --description "Only parse input, do not execute"
complete -c fish -s i -l interactive --description "Run in interactive mode"
complete -c fish -s l -l login --description "Run in login mode"
complete -c fish -s p -l profile --description "Output profiling information to specified file" -f
complete -c fish -s d -l debug --description "Run with the specified verbosity level"