I am using CommandLine Parser package in VS project like here https://commandline.codeplex.com.
But my bool property always pass to true. And here is how I pass my arg:
app.exe -b false
But it eventually end as true.
I am using CommandLine Parser package in VS project like here https://commandline.codeplex.com.
But my bool property always pass to true. And here is how I pass my arg:
app.exe -b false
But it eventually end as true.