github-cli
github-cli copied to clipboard
Fix broken repo.* commands
This fixed busted repo.* commands.
Two big changes:
- Add
gh/commands/repo/__init__.pyso thatgh.commands.repois a package andimportable. - Change the command names to be
repo.fooinstead offoo.repo.