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
Expose min and max values on numerous number aruments (#255)
CommandArgument.TypedBuilder, a variant of CommandArgument.Builder designed for subclassing, that returns a self type
MappedArgumentParser and ArgumentParser#map for creating mapped argument parsers
Helper methods for mapping values/failures of ArgumentParseResults (ArgumentParseResult#mapParsedValue, ArgumentParseResult#flatMapParsedValue, and ArgumentParseResult#mapFailure)