Added some missing documentation information.

This commit is contained in:
Armin Ronacher 2014-08-26 10:03:15 +02:00
parent d1821b3a07
commit afb613ca43

View file

@ -771,6 +771,8 @@ Command Line Interface
.. autofunction:: with_appcontext
.. autofunction:: pass_script_info
Marks a function so that an instance of :class:`ScriptInfo` is passed
as first argument to the click callback.
.. autofunction:: without_appcontext