summaryrefslogtreecommitdiff
path: root/docs/arguments.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/arguments.rst')
-rw-r--r--docs/arguments.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/arguments.rst b/docs/arguments.rst
index 4c9cdef..e224d0a 100644
--- a/docs/arguments.rst
+++ b/docs/arguments.rst
@@ -1,12 +1,15 @@
+.. _arguments:
+
Arguments
=========
.. currentmodule:: click
-Arguments work similarly to options but are positional. They also only
-support a subset of the features of options due to their syntactical nature.
-Click will also not attempt to document arguments for you and wants you to
-document them manually in order to avoid ugly help pages.
+Arguments work similarly to :ref:`options <options>` but are positional.
+They also only support a subset of the features of options due to their
+syntactical nature. Click will also not attempt to document arguments for
+you and wants you to document them manually in order to avoid ugly help
+pages.
Basic Arguments
---------------