Split CLI --repo option into owner & repo like config file
#12
Reference in New Issue
Block a user
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 was built to accept the "fully-qualified-repo-name" because the program could only work if it had both pieces. Since they were already going to be paired together, it made more sense to have one option that expects the finished string.
With the addition of a config file feature, it is possible to know one half but not the other. The config file already has these split out as separate options, but the CLI parser does not. That should be fixed so that either config source can specify just one component.
Completed in
7c0966be30