command line argument for shift #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
I'd like to be able to pass a flag such as
--shift 7
or-s 7
or-s 0
(auto?) so that I could use this in a script without needing human input.Me too.
Search for "argparse". I believe that's the name of the python standard library for simple cli argument parsing.