Config.bundling

Single-letter arguments can be bundled together, i.e. "-abc" is the same as "-a -b -c". Disabled by default.

struct Config
bool bundling;

Meta