Update docs to the new CLI patterns

This commit is contained in:
Armin Ronacher 2016-05-26 20:45:50 +02:00
parent 3b98e39768
commit 4cb36cbafc
10 changed files with 112 additions and 141 deletions

View file

@ -892,13 +892,6 @@ Command Line Interface
Marks a function so that an instance of :class:`ScriptInfo` is passed
as first argument to the click callback.
.. autofunction:: script_info_option
A special decorator that informs a click callback to be passed the
script info object as first argument. This is normally not useful
unless you implement very special commands like the run command which
does not want the application to be loaded yet.
.. autodata:: run_command
.. autodata:: shell_command