Skip to content

Commit a791551

Browse files
committed
Adding --version switch support info to README
1 parent d4819ec commit a791551

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)