mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Add yash
completion
This commit is contained in:
parent
ee0ae9972b
commit
f15e5ce1da
1 changed files with 12 additions and 0 deletions
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 a new issue