mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
68527ff20c
This ends up saving a surprising number of bytes.
8 lines
544 B
Fish
8 lines
544 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 n -l no-execute -d "Only parse input, do not execute"
|
|
complete -c fish -s i -l interactive -d "Run in interactive mode"
|
|
complete -c fish -s l -l login -d "Run in login mode"
|
|
complete -c fish -s p -l profile -d "Output profiling information to specified file" -f
|
|
complete -c fish -s d -l debug -d "Run with the specified verbosity level"
|