github-cli icon indicating copy to clipboard operation
github-cli copied to clipboard

Fix broken repo.* commands

Open msabramo opened this issue 11 years ago • 0 comments

This fixed busted repo.* commands.

Two big changes:

  1. Add gh/commands/repo/__init__.py so that gh.commands.repo is a package and importable.
  2. Change the command names to be repo.foo instead of foo.repo.

msabramo avatar Nov 05 '14 22:11 msabramo