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
Property arguments are options (which may be repeated) whose values are actually key/value pairs.
Example syntax:
-Dkey=value
-D key1=value key2=value
To support these, we probably need a new Options.Map which parses options of the specified name (-D in these examples) into a map, where the key and value types could be PrimType.
The text was updated successfully, but these errors were encountered:
kitlangton
pushed a commit
to kitlangton/zio-cli
that referenced
this issue
Oct 29, 2021
* fix nested help docs
* #72: Added Options.map to support property arguments -> Options[Map[String, String]]
* fix test
Co-authored-by: Javier Goday <jgoday@gmail.com>
Property arguments are options (which may be repeated) whose values are actually key/value pairs.
Example syntax:
To support these, we probably need a new
Options.Map
which parses options of the specified name (-D
in these examples) into a map, where the key and value types could bePrimType
.The text was updated successfully, but these errors were encountered: