Cli needs to just be a flag set #3
Loading…
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?
The Cli type needs to be renamed to FlagSet and its logger should be taken out. People can write their own ParseOrExit function and help flag if they really want it to go somewhere besides os.Stderr. Usage will need to write to a file or return a string, however.