aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/fish.fish
blob: 4e20d92aaa55f41036eb32d502b7af9992e6375c (plain)
1
2
3
4
5
6
complete -c fish -s c -l "command" -d (N_ "Run fish with this command")
complete -c fish -s h -l help -d (N_ "Display help and exit")
complete -c fish -s v -l version -d (N_ "Display version and exit")
complete -c fish -s i -l interactive -d (N_ "Run in interactive mode")
complete -c fish -s l -l login -d (N_ "Run in login mode")
complete -c fish -s p -l profile -d (N_ "Output profiling information to specified file") -f