File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ At glance:
2424---
2525 - One line parsing using default singleton: `` CommandLine.Parser.Default.ParseArguments(...) `` .
2626 - Automatic or one line help screen generator: `` HelpText.AutoBuild(...) `` .
27- - Map to sequences (`` IEnumerable<T> `` ) or standard scalar types, including enum and `` Nullable<T> `` .
27+ - Supports ` --help ` , ` --version ` and ` help [verb] ` by default.
28+ - Map to sequences (`` IEnumerable<T> `` ) or scalar types, including enum and `` Nullable<T> `` .
2829 - __ Plug-In friendly__ architecture as explained [ here] ( https://github.com/gsscoder/commandline/wiki/Plug-in-Friendly-Architecture ) .
2930 - Define [ verb commands] ( https://github.com/gsscoder/commandline/wiki/Latest-Version#verbs ) as `` git commit -a `` .
3031 - Most of features applies with a [ CoC] ( http://en.wikipedia.org/wiki/Convention_over_configuration ) philosophy.
You can’t perform that action at this time.
0 commit comments