Support Bundle Parsing #5
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.