document testing cli commands

This commit is contained in:
David Lord 2018-01-28 18:48:39 -08:00
parent 94aaa24579
commit ae30fe7de0
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
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
~~~~~~~~~~~~~~~~~~~