summaryrefslogtreecommitdiff
path: root/docs/options.rst
diff options
context:
space:
mode:
authorBrandon W Maister <quodlibetor@gmail.com>2014-07-01 19:48:58 -0400
committerBrandon W Maister <quodlibetor@gmail.com>2014-07-01 19:50:49 -0400
commitb685eeacba7372834fc31836942e01026287f12b (patch)
treeec8251b6583387b73aee7a0353973bc485a5de82 /docs/options.rst
parenta85c5b7e3275d49108701397aa93c7fd26b9e42b (diff)
downloadclick-b685eeacba7372834fc31836942e01026287f12b.tar.gz
Add links from options -> arguments and back again
This helps draw the distinction between arguments and options, which probably isn't familiar to people coming from argparse.
Diffstat (limited to 'docs/options.rst')
-rw-r--r--docs/options.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/options.rst b/docs/options.rst
index cb079ce..7243610 100644
--- a/docs/options.rst
+++ b/docs/options.rst
@@ -1,3 +1,5 @@
+.. _options:
+
Options
=======
@@ -5,7 +7,8 @@ Options
Adding options to commands can be accomplished by the :func:`option`
decorator. Since options can come in various different versions, there
-are a ton of parameters to configure their behavior.
+are a ton of parameters to configure their behavior. Options in click are
+distinct from :ref:`positional arguments <arguments>`.
Basic Value Options
-------------------