mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 01:11:15 -03:00
elvish completions
This commit is contained in:
committed by
Fabian Homborg
parent
2c4bbe51cf
commit
f75cfb1796
11
share/completions/elvish.fish
Normal file
11
share/completions/elvish.fish
Normal 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'
|
||||
Reference in New Issue
Block a user