Expand description
§toiletcli
A tiny framework for command line applications, including a command line argument parser.
Complete overview can be found in the documentation for each module.
Modules§
- colors
- Convenient ANSI terminal colors and styles.
- common
- Common functions.
- escapes
- Most common escapes to manipulate terminals.
- flags
- Command line argument parsing.
Macros§
- flags
- Construct
[Flag]
variable more quickly. - static_
assert - Compile time assertion.