j-maly / CommandLineParser

Command line parser. Declarative arguments support. Rich set of argument types (switches, enums, files, etc...). Mutually exclusive arguments validations.
MIT License
137 stars 30 forks source link

Setup Code Shown On Documentation Page Missing Needed Parentheses #65

Closed JimLittle8 closed 5 years ago

JimLittle8 commented 5 years ago

Can you please fix the Setup code shown so that users who copy/paste it are able to use the code without getting compilation errors that then need to be debugged? Thanks.

StefH commented 5 years ago

Done