fclp / fluent-command-line-parser

A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface
Other
530 stars 85 forks source link

can't pass in a negative int into the parser #78

Closed SjoerdNijboer closed 6 years ago

Gonkers commented 7 years ago

This argument syntax works fine for me. -i=-44

siywilliams commented 6 years ago

Three ways to specify negative value -123 for option myint

--myint -- -123
--myint:-123
--myint=-123