mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
11 lines
560 B
Fish
11 lines
560 B
Fish
complete -c elvish -o help -d 'Show help and exit'
|
|
complete -c elvish -o version -d 'Show version and exit'
|
|
|
|
complete -c elvish -o buildinfo -d 'Show build info and exit'
|
|
complete -c elvish -s c -o compileonly -d Compile
|
|
complete -c elvish -o cpuprofile -d 'Write cpu profile'
|
|
complete -c elvish -o deprecation-level -f -d 'Warn about deprecated features'
|
|
complete -c elvish -s i -o json -d 'Show output in JSON'
|
|
complete -c elvish -o log -d 'Use log file'
|
|
complete -c elvish -o norc -d 'Don\'t use startup file'
|
|
complete -c elvish -o rc -d 'Use startup file'
|