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
Improve error message on missing cases on a subcommands (display all missing cases) #236@fpellet
Fix the regression of the #127 merged in 6.1.2 and fix usage display when there are missing case in subcommands. #236@fpellet
Add ParseResults.ProgramName#229
Add ParseResults.GetResult(expr, 'Field -> 'R): 'R as alias for PostProcessResult, ParseResults.GetResults(expr, 'Field -> 'R): 'R list as alias for PostProcessResults, ParseResults.TryGetResult(expr, 'Field -> 'R): 'R option as alias for TryPostProcessResult#230
Add ParseResults.GetResult(expr, defThunk: unit -> 'Field, parse: 'Field -> 'R): 'R and ParseResults.GetResults(expr, def: 'Field, parse: 'Field -> 'R): 'R that trap parse exceptions, mapping them to parse exit messages #230