Skip to content

Commit

Permalink
formatting, rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering authored Jan 5, 2024
1 parent e2bc276 commit 292e108
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,11 @@ poetry config [options] [setting-key] [setting-value1] ... [setting-valueN]
`setting-key` is a configuration option name and `setting-value1` is a configuration value.
See [Configuration]({{< relref "configuration" >}}) for all available settings.

{{% warning %}} Use `--` to terminate option parsing in the traditional Unix tradition else, commands like `poetry config http-basic.custom-repo gitlab-ci-token ${GITLAB_JOB_TOKEN}` will fail if `${GITLAB_JOB_TOKEN}` starts with a hyphen (`-`). {{% /note %}}
{{% warning %}}
Use `--` to terminate option parsing, otherwise commands like
`poetry config http-basic.custom-repo gitlab-ci-token ${GITLAB_JOB_TOKEN}`
will fail if `${GITLAB_JOB_TOKEN}` starts with a hyphen (`-`).
{{% /warning%}}

### Options

Expand Down

0 comments on commit 292e108

Please sign in to comment.