Utility.CommandLine.Arguments
Utility.CommandLine.Arguments copied to clipboard
A C# .NET class library containing tools for parsing the command line arguments of console applications.
System.ArgumentException: 'Specified value '' for argument 'max' (expected type: System.Double). See inner exception for details.' Inner exception: FormatException: Input string was not in a correct format. ```C# [Argument('1', "max", "max")]...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Version: 6.0.0 When passing an argument that begins with a tilde, the argument is not populated to the attributed variable. This would be a common case in non-windows environments to...
I see it is possible to have arguments like -a with no value, but how does **the code** know the input is -a with no value?
Updated the Boolean processing that we looked at a little bit this afternoon (my time). For your consideration if you're interested. If I did it wrong....this is my first pull...