**Release created on: 24.12.2021 - 08:15:29**
New Features
* Updated documentation and added a diagram to demonstrate relations between Argument classes.
* Implemented an `AsArgument(...)` method on every Argument class.
Changes
* Changed inheritance for `TupleArgument` from `NameValuedCommandLineArgument` to `NamedCommandLineArgument`.
Bug Fixes
* Fixed inheritance of subclass parameters (e.g. `pattern`).
* CLI parameter assembly as:
* list of strings (`ToArgumentList(...)`)
* string (`__str__(...)`)