aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/fish.fish
blob: 5b34ac3800cea473bc1face37670b6145f7bc725 (plain)
1
2
3
4
5
6
7
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 n -l no-execute -d (N_ "Only parse input, do not execute")
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