2006-03-02 00:53:47 +08:00
|
|
|
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")
|
2006-03-18 09:04:59 +08:00
|
|
|
complete -c fish -s n -l no-execute -d (N_ "Only parse input, do not execute")
|
2006-03-02 00:53:47 +08:00
|
|
|
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
|