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
Needed for #258 for compatibility with commons-cli: the getOptionValue and getOptionValues methods in commons.cli .CommandLine return not the "raw" values as found on the command line, but the intermediate values after splitting the raw values into parts but before type conversion.
Mapping commons.cli.CommandLine methods to ParseResult methods
remkop
changed the title
Add optionStrings methods to ParseResult
Change semantics of ParseResult.rawOptionValue to mean after split (but before type conversion)
Mar 31, 2018
Needed for #258 for compatibility with commons-cli: the
getOptionValue
andgetOptionValues
methods in commons.cli .CommandLine return not the "raw" values as found on the command line, but the intermediate values after splitting the raw values into parts but before type conversion.Mapping commons.cli.CommandLine methods to ParseResult methods
The text was updated successfully, but these errors were encountered: