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
The help output for the --store option shows the following:
However, when trying to pass any such properties, fcli throws an exception:
Expected Behavior
Either [=<propertyNames>] should be removed from the --store option description (to indicate that this option accepts only a variable name, not an optional set of properties), or fcli should properly accept an optional list of properties.
Quite likely, the functionality for specifying property names to be stored is already implemented, and it's just the validation not taking into account the possibility of such optional property names. If so, we could either update the regex, or even just keep the current regex but only pass the part before any = sign to the regex.
Steps To Reproduce
No response
Environment
fcli: 2.7.0 (but likely affects all 2.x versions)
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
The help output for the
--store
option shows the following:However, when trying to pass any such properties, fcli throws an exception:
Expected Behavior
Either
[=<propertyNames>]
should be removed from the--store
option description (to indicate that this option accepts only a variable name, not an optional set of properties), or fcli should properly accept an optional list of properties.Quite likely, the functionality for specifying property names to be stored is already implemented, and it's just the validation not taking into account the possibility of such optional property names. If so, we could either update the regex, or even just keep the current regex but only pass the part before any
=
sign to the regex.Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: