You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
params.RELEASE_VERSION can be a string or empty depending of the user that trigger the pipeline. Currently, Cliffy throw an exception error: Missing value for option "--version". This forces me to due parsing to only add --version if RELEASE_VERSION is not empty.
I expect that an optional option can also be specifying with empty value.
The text was updated successfully, but these errors were encountered:
Hi,
In my use case i have an option defined like this:
This option is called inside a CI pipeline like this:
params.RELEASE_VERSION can be a string or empty depending of the user that trigger the pipeline. Currently, Cliffy throw an exception
error: Missing value for option "--version"
. This forces me to due parsing to only add --version if RELEASE_VERSION is not empty.I expect that an optional option can also be specifying with empty value.
The text was updated successfully, but these errors were encountered: