Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/yamlp.git

Revised description of help

AuthorDave Jarvis <email>
Date2019-07-04 14:41:17 GMT-0700
Commitcc78f87d607601b6d56208d61fcba7764ae95f37
Parent55498ed
README.md
# 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
Delta9 lines added, 8 lines removed, 1-line increase