cli adjustments

This commit is contained in:
Matthew Scragg 2014-10-23 18:58:58 -05:00
parent 03b030e67c
commit d2171f9498
6 changed files with 86 additions and 50 deletions

View file

@ -4,7 +4,7 @@ from realms.modules.auth.models import User
from realms.lib.util import green, red, yellow
@click.group()
@click.group(short_help="Auth Module")
def cli():
pass