mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 08:36:35 +08:00
6 lines
336 B
Fish
6 lines
336 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 -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
|