elvish completions

This commit is contained in:
Emily Seville 2021-11-08 02:13:16 +10:00 committed by Fabian Homborg
parent 2c4bbe51cf
commit f75cfb1796

View File

@ -0,0 +1,11 @@
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'