Merge remote-tracking branch 'origin/2.0.x' into docs-javascript

This commit is contained in:
ameenkhan8081 2022-06-08 09:51:52 -07:00
commit f245d9704b

View file

@ -144,6 +144,8 @@ class Blueprint(Scaffold):
this based on ``import_name``. In certain situations this
automatic detection can fail, so the path can be specified
manually instead.
:param cli_group: The name of the blueprint's CLI group. If not set,
the blueprint name will be used.
.. versionchanged:: 1.1.0
Blueprints have a ``cli`` group to register nested CLI commands.