We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentfc7387a commit3ac6fa1Copy full SHA for 3ac6fa1
docs/cli-usage.rst
@@ -123,8 +123,9 @@ For all settings, which contain secrets (``http_password``,
123
``personal_token``, ``oauth_token``, ``job_token``), you can specify
124
a helper program to retrieve the secret indicated by ``helper:``
125
prefix. You can only specify a path to a program without any
126
-parameters. It is expected, that the program prints the secret to
127
-standard output.
+parameters. You may use ``~`` for expanding your homedir in helper
+program's path. It is expected, that the program prints the secret
128
+to standard output.
129
130
Example for a `keyring<https://github.com/jaraco/keyring>`_ helper:
131