diff options
| author | Armin Ronacher <armin.ronacher@active-4.com> | 2014-08-12 11:25:41 +0200 |
|---|---|---|
| committer | Armin Ronacher <armin.ronacher@active-4.com> | 2014-08-12 11:25:41 +0200 |
| commit | 847fcbcf71710d349325f10a1dd15e1150ec60ec (patch) | |
| tree | c4c45c37b6f8cbdad371c1cb261a74451ec7a2ce /docs/quickstart.rst | |
| parent | 82d237494a09972beb421885d8e029d3d4445c85 (diff) | |
| download | click-847fcbcf71710d349325f10a1dd15e1150ec60ec.tar.gz | |
Added imagepipe example to docs
Diffstat (limited to 'docs/quickstart.rst')
| -rw-r--r-- | docs/quickstart.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 6fbf8f5..a2b6679 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -36,6 +36,8 @@ as in the GitHub repository together with readme files: <https://github.com/mitsuhiko/click/tree/master/examples/colors>`_ * ``termui``: `Terminal UI functions demo <https://github.com/mitsuhiko/click/tree/master/examples/termui>`_ +* ``imagepipe``: `Multi command chaining demo + <https://github.com/mitsuhiko/click/tree/master/examples/imagepipe>`_ Basic Concepts -------------- |
