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
To the extent possible under law, [Codeaddicts](https://github.com/codeaddicts) has waived all copyright and related or neighboring rights to Codeaddicts.libArgument.
3
+
1
4
# libArgument
2
5
libArgument is a .NET library for handling command-line arguments like a boss.
3
6
It allows you to validate arguments on-the-fly and saves you hours of work.
@@ -117,4 +120,4 @@ $ MyApp.exe --input test --output test --log --num 123
117
120
Absolutely no problem!
118
121
119
122
Just add a parameterless constructor to your Options class and initialize
120
-
your optional variables there. It's a piece of cake!
123
+
your optional variables there. It's a piece of cake!
0 commit comments