mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 02:27:28 +08:00
c2f6c6c1d2
darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
7 lines
425 B
Fish
7 lines
425 B
Fish
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
|