Orgs as well as GH username/password should ideally be retrieved from the CLI with a fallback for env vars. [`argparse`](https://docs.python.org/3/library/argparse.html) library should help here. AC: - [ ] Orgs can be specified on the CLI - [ ] Github credentials can be specified on the CLI
Orgs as well as GH username/password should ideally be retrieved from the CLI with a fallback for env vars.
argparselibrary should help here.AC: