Updates README with output from --help argument

This commit is contained in:
2023-03-11 19:31:02 -06:00
parent a804694726
commit a7018ac419
+6
View File
@@ -35,4 +35,10 @@ conan profile detect
$ cppchallenge
Hello World!
File name is: aname
$ cppchallenge --help
Just a simple 'hello'
Usage: cppchallenge [OPTIONS]
Options:
-h,--help Print this help message and exit
```