Using commit e00dd9f.
Sometimes Parser.ParseArguments throws exceptions (for example, InvalidOperationException: "Sequence contains more than one matching element") and ParseResult doesn't created, but I still need to show help usage to user. Without ParserResult I can't do this easily.
Or maybe I doesn't understand how to use help usage auto generation on exceptions.
Using commit e00dd9f.
Sometimes Parser.ParseArguments throws exceptions (for example, InvalidOperationException: "Sequence contains more than one matching element") and ParseResult doesn't created, but I still need to show help usage to user. Without ParserResult I can't do this easily.
Or maybe I doesn't understand how to use help usage auto generation on exceptions.