mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 19:03:38 +08:00
80b4055eab
darcs-hash:20060318010459-ac50b-9d9e5c489e0e4df2159d8c1d0ff952d42e2a2a82.gz
8 lines
504 B
Fish
8 lines
504 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 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
|