mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-01 15:14:26 +08:00
690648e1b0
darcs-hash:20060108025656-ac50b-e2309829a0afa6b3270d13814e9600d0fd372407.gz
6 lines
361 B
Fish
6 lines
361 B
Fish
complete -c fish -s c -l "command" -d (_ "Run fish with this command")
|
|
complete -c fish -s h -l help -d (_ "Display help and exit")
|
|
complete -c fish -s v -l version -d (_ "Display version and exit")
|
|
complete -c fish -s i -l interactive -d (_ "Run in interactive mode")
|
|
complete -c fish -s p -l profile -d (_ "Output profiling information to specified file") -f
|