conan-io / docs

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

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

Closed nmasseyKM closed 3 months ago

nmasseyKM commented 3 months 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.