7 lines
244 B
Bash
7 lines
244 B
Bash
#compdef ybcon
|
|
_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
|
|
}
|
|
|
|
_ybcon |