summaryrefslogtreecommitdiff
path: root/docs/api.rst
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2014-04-29 22:07:15 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2014-04-29 22:07:15 +0200
commit055a8e6054700951c95aac3d9709e4538ec7c0b8 (patch)
treea3cc3a2a9e4a6ce5022201439c4b8ad5dc54e10a /docs/api.rst
parent51ebc82f828d392cb5b56ed202f60855ffb12733 (diff)
downloadclick-055a8e6054700951c95aac3d9709e4538ec7c0b8.tar.gz
Implemented basic command collections
Diffstat (limited to 'docs/api.rst')
-rw-r--r--docs/api.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst
index a957053..79fa046 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -52,6 +52,9 @@ Commands
.. autoclass:: Group
:members:
+.. autoclass:: CommandCollection
+ :members:
+
Parameters
----------