Skip to content

Commit eb05aea

Browse files
committed
Public Domain update
1 parent 7eb4e71 commit eb05aea

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
2+
To the extent possible under law, [Codeaddicts](https://github.com/codeaddicts) has waived all copyright and related or neighboring rights to Codeaddicts.libArgument.
3+
14
# libArgument
25
libArgument is a .NET library for handling command-line arguments like a boss.
36
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
117120
Absolutely no problem!
118121

119122
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

Comments
 (0)