Advanced Usage
Clak provide a bunch of functionnalities out of the box.
Integrated fetaures
- Automatic environment variable parsing
- Error and exception handling
- Automatic management of
--helpand-hflags
TODO: Where is the ref ???
Advanced customization
Some behavior can be overriden on a per node or per argument basis.
Arguments customization
Arguments are defined directly in classes, via the Argument class. This class accept a number of parameters that bring you a lot of flexibility on how arguments
are parsed.
TODO: Where is the ref ???
Parsers Meta
The Meta class allows to change some behaviors of the parser. For example:
TODO: Where is the ref ???