-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
12 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
| (-h | --help) "show this help message and exit" | ||
| --toml-output, "-t Transcode jq JSON output back into TOML and emit it" | ||
| --in-place, "-i Edit files in place (no backup - use caution)" | ||
| --version "show program's version number and exit" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
| (-h | --help) "show this help message and exit" | ||
| --xml-output, "-x Transcode jq JSON output back into XML and emit it" | ||
| --xml-item-depth "123 Specify depth of items to emit (default 0; use a positive integer to stream large docs)" | ||
| --xml-dtd "Preserve XML Document Type Definition (disables streaming of multiple docs)" | ||
| --xml-root "XML_ROOT When transcoding back to XML, envelope the output in an element with this name" | ||
| --xml-force-list "ELT Emit a list for elements with this name even if they occur only once (option can repeat)" | ||
| --in-place, "-i Edit files in place (no backup - use caution)" | ||
| --version "show program's version number and exit" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters