Change the zsh description of the -p option.
This commit is contained in:
parent
85dc6d7675
commit
a06bbc158c
|
@ -1,6 +1,6 @@
|
||||||
#compdef ybcon
|
#compdef ybcon
|
||||||
_ybcon() {
|
_ybcon() {
|
||||||
_arguments '-h[Print the help screen]' '--help[Print the help screen]' '--version[Print the version]' '-p[input file]:filename:_path_files -/ -g "*.ybcon"'
|
_arguments '-h[Print the help screen]' '--help[Print the help screen]' '--version[Print the version]' '-p[Enable printing the transpilation result to stdout]:filename:_path_files -/ -g "*.ybcon"'
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue