conan-io / docs

conan.io reStructuredText documentation
http://docs.conan.io
MIT License
104 stars 346 forks source link

fix syntax of `conan config install --args` example #3763

Closed nmasseyKM closed 4 weeks ago

nmasseyKM commented 4 weeks ago

Passing an argument to "--args" as a separate string generates:

conan config install: error: argument -a/--args: expected one argument

if the argument looks like a separate option. Which pretty much anything you want to pass to "git clone" will.

CLAassistant commented 4 weeks ago

CLA assistant check
All committers have signed the CLA.

memsharded commented 4 weeks ago

I have moved the PR to release/2.4 branch, so it is published immediately without having to wait until next release