-
Notifications
You must be signed in to change notification settings - Fork 33
--store option: no properties accepted #613
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
fcli: 2.7.0 (but likely affects all 2.x versions)Anything else?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

