summaryrefslogtreecommitdiff
path: root/docs/cli-usage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli-usage.rst')
-rw-r--r--docs/cli-usage.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/cli-usage.rst b/docs/cli-usage.rst
index c728221..4b525fc 100644
--- a/docs/cli-usage.rst
+++ b/docs/cli-usage.rst
@@ -305,6 +305,17 @@ command line. This is handy for values containing new lines for instance:
EOF
$ gitlab project create --name SuperProject --description @/tmp/description
+It you want to explicitly pass an argument starting with ``@``, you can escape it using ``@@``:
+
+.. code-block:: console
+
+ $ gitlab project-tag list --project-id somenamespace/myproject
+ ...
+ name: @at-started-tag
+ ...
+ $ gitlab project-tag delete --project-id somenamespace/myproject --name '@@at-started-tag'
+
+
Enabling shell autocompletion
=============================