Support Bundle Parsing #5

Open
opened 2025-07-03 08:49:04 -04:00 by josh · 0 comments
Owner

We define a Bundle as a dash-prefixed token where each character maps to an alias for a canonically-named flag.

./exe [--flags] [-aBcDeF]

It is not required, but considered good form if the Bundle is prefixed with one dash, and each bundle flag is a single character, and maps to a boolean value configuration variable.

We define a Bundle as a dash-prefixed token where each character maps to an alias for a canonically-named flag. `./exe [--flags] [-aBcDeF]` It is not required, but considered good form if the Bundle is prefixed with one dash, and each bundle flag is a single character, and maps to a boolean value configuration variable.
Sign in to join this conversation.
No description provided.