(propertyMapper: StringAdd).self
(propertyMapper: StringFormat).self
(propertyMapper: ArrowAssoc[PropertyMapper]).x
(Since version 2.10.0) Use leftOfArrow
instead
(propertyMapper: Ensuring[PropertyMapper]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Contains logic for translating a property key/value pair into equivalent command line arguments. The default settings will translate, given programInfo.runner == "foo" :
foo.bar=true to --bar // if --bar is unary foo.bar=quux to --bar quux // if --bar is binary