table of contents
TOMLQ(1) | User Commands | TOMLQ(1) |
NAME¶
tomlq - Command-line TOML processor - jq wrapper for TOML documents
DESCRIPTION¶
usage: tomlq [options] <jq filter> [input file...]
tomlq: Command-line TOML processor - jq wrapper for TOML documents
tomlq transcodes TOML documents to JSON and passes them to jq. See https://github.com/kislyuk/tomlq for more information.
positional arguments:¶
- jq_filter files
options:¶
- -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
SEE ALSO¶
The full documentation for tomlq is maintained as a Texinfo manual. If the info and tomlq programs are properly installed at your site, the command
- info tomlq
should give you access to the complete manual.
September 2024 | tomlq 3.4.3 |