document testing cli commands

This commit is contained in:
David Lord 2018-01-28 18:48:39 -08:00
parent e73c4e8fe7
commit b6dff4fabe
2 changed files with 50 additions and 0 deletions

View file

@ -247,6 +247,9 @@ group. This is useful if you want to organize multiple related commands. ::
flask user create demo
See :ref:`testing-cli` for an overview of how to test your custom
commands.
Application Context
~~~~~~~~~~~~~~~~~~~