mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-09 04:36:14 +08:00
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
|