Change the zsh description of the -p option.

This commit is contained in:
Username404-59 2021-02-27 22:24:03 +01:00
parent 85dc6d7675
commit a06bbc158c
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#compdef 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
}