mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
Add yash
completion
This commit is contained in:
parent
ee0ae9972b
commit
f15e5ce1da
12
share/completions/yash.fish
Normal file
12
share/completions/yash.fish
Normal file
|
@ -0,0 +1,12 @@
|
|||
complete -c yash -l help -d 'Show help and exit'
|
||||
complete -c yash -s V -l version -d 'Show version and exit'
|
||||
|
||||
complete -c yash -s c -l cmdline -d 'Commands to run'
|
||||
complete -c yash -s s -l stdin -d 'Read commands from stdin'
|
||||
complete -c yash -s v -l verbose -d 'List optional features'
|
||||
complete -c yash -s l -l login -d 'Use login shell'
|
||||
complete -c yash -s i -l interactive -d 'Use interactive shell'
|
||||
complete -c yash -l profile -d 'Load profile'
|
||||
complete -c yash -l noprofile -d 'Do not load profile'
|
||||
complete -c yash -l rcfile -d 'Load .rc file'
|
||||
complete -c yash -l norcfile -d 'Do not load .rc file'
|
Loading…
Reference in New Issue
Block a user