Lines Matching refs:name
5 Arg: <[%]name=text/@file>
13 - --variable name=smith --expand-url "$URL/{{name}}"
18 Set a variable with `name=content` or `name@file` (where `file` can be stdin
19 if set to a single dash (`-`)). The name is a case sensitive identifier that
23 Setting the same variable name again overwrites the old contents with the new.
26 when that option name is prefixed with `--expand-`, and the name is used as
27 `{{name}}`.
29 --variable can import environment variables into the name space. Opt to either
33 --variable %name imports the variable called `name` but exits with an error if
35 the environment variable is not set, use --variable %name=content or
36 --variable %name@content. Note that on some systems - but not all -