|
|
@ -257,7 +257,7 @@ class AppGroup(click.Group): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class FlaskGroup(AppGroup): |
|
|
|
class FlaskGroup(AppGroup): |
|
|
|
"""Special subclass of the the :class:`AppGroup` group that supports |
|
|
|
"""Special subclass of the :class:`AppGroup` group that supports |
|
|
|
loading more commands from the configured Flask app. Normally a |
|
|
|
loading more commands from the configured Flask app. Normally a |
|
|
|
developer does not have to interface with this class but there are |
|
|
|
developer does not have to interface with this class but there are |
|
|
|
some very advanced use cases for which it makes sense to create an |
|
|
|
some very advanced use cases for which it makes sense to create an |
|
|
|