Fix CLI registration for module command groups

This commit is contained in:
Chase Sterling 2016-07-10 17:47:43 -04:00
parent 0b931d1a05
commit 57e98cdd9d
4 changed files with 30 additions and 32 deletions

View file

@ -2,10 +2,10 @@ import click
from realms.lib.util import random_string
from realms.modules.auth.local.models import User
from realms.lib.util import green, red, yellow
from realms import flask_cli
from realms import cli_group
@flask_cli.group(short_help="Auth Module")
@cli_group(short_help="Auth Module")
def cli():
pass