mirror of
https://github.com/curl/curl.git
synced 2025-09-12 15:12:42 +03:00
variable.md: make example use expand
I used double quotes since it seemed required for powershell, so this example works in both (ba)sh and powershell as well as cmd.exe. Closes #14118
This commit is contained in:
parent
400717e4c0
commit
4ff7f5163f
|
@ -10,7 +10,7 @@ Multi: append
|
||||||
See-also:
|
See-also:
|
||||||
- config
|
- config
|
||||||
Example:
|
Example:
|
||||||
- --variable name=smith $URL
|
- --variable name=smith --expand-url "$URL/{{name}}"
|
||||||
---
|
---
|
||||||
|
|
||||||
# `--variable`
|
# `--variable`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user