[gitshelf.cli]
status = gitshelf.cli.status:GitShelfStatusCommand
diff = gitshelf.cli.diff:GitShelfDiffCommand
discover = gitshelf.cli.discover:GitShelfDiscoverCommand
install = gitshelf.cli.install:GitShelfInstallCommand

[console_scripts]
gitshelf = gitshelf.shell:main

