mirror of
https://github.com/curl/curl.git
synced 2026-06-02 01:44:32 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ Multi: append
|
|||
See-also:
|
||||
- config
|
||||
Example:
|
||||
- --variable name=smith $URL
|
||||
- --variable name=smith --expand-url "$URL/{{name}}"
|
||||
---
|
||||
|
||||
# `--variable`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue