Added small explanation of difference btw -M
and -V
.
This commit is contained in:
parent
87def47e87
commit
df313b859f
1 changed files with 5 additions and 1 deletions
6
README
6
README
|
@ -289,7 +289,11 @@ Reader options
|
|||
: Set the metadata field *KEY* to the value *VAL*. A value specified
|
||||
on the command line overrides a value specified in the document.
|
||||
Values will be parsed as YAML boolean or string values. If no value is
|
||||
specified, the value will be treated as Boolean true.
|
||||
specified, the value will be treated as Boolean true. Like
|
||||
`--variable`, `--metadata` causes template variables to be set.
|
||||
But unlike `--variable`, `--metadata` affects the metadata of the
|
||||
underlying document (which is accessible from filters and may be
|
||||
printed in some output formats).
|
||||
|
||||
`--normalize`
|
||||
: Normalize the document after reading: merge adjacent
|
||||
|
|
Loading…
Add table
Reference in a new issue