| | # Options |
| | |
| | -This section describes common command line arguments. Without supplying any arguments, the full list of options and descriptions are given. |
| | +The command line arguments include: |
| | |
| | -* `--input` - path to the YAML file to process (standard input) |
| | -* `--json` - export contents in JSON format |
| | -* `--xml` - export contents in XML format |
| | -* `--regex` - set expression for matching variables (`(\\$(.*?)\\$)`) |
| | -* `--separator` - set the separator for delimited paths (`.`) |
| | -* `--variables` - output variables to standard error |
| | -* `--quiet` - suppress writing missing references to standard error |
| | +* `--help` -- show the usage information |
| | +* `--input` -- path to the YAML file to process (standard input) |
| | +* `--json` -- export contents in JSON format |
| | +* `--xml` -- export contents in XML format |
| | +* `--regex` -- set expression for matching variables (`(\\$(.*?)\\$)`) |
| | +* `--separator` -- set the separator for delimited paths (`.`) |
| | +* `--variables` -- output variables to standard error |
| | +* `--quiet` -- suppress writing missing references to standard error |
| | |
| | ## regex |