From afb613ca434b2832dee8318f7b0ddf0b10c54610 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 26 Aug 2014 10:03:15 +0200 Subject: [PATCH] Added some missing documentation information. --- docs/api.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index 6b254c8e..8eb1b86e 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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