Reorder CLI arguments and fix muti-line description #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch ":rffontenelle-fix-help-text"
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?
This PR improves the program's help text. It makes argparse honor the spaces and new-line characters in the program's description, and reorder short/long arguments to match argparse: short, and then long.
Before (description line size depends on the terminal's size:
After:
a58ef1367fto18981c1f56