Skip to content

Commit

Permalink
devbox commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wardnath committed Sep 2, 2024
1 parent 1c91b64 commit c6c1c27
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 30 deletions.
4 changes: 4 additions & 0 deletions chezmoi/dot_config/complgen/tomlq.usage.tmpl
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"
8 changes: 8 additions & 0 deletions chezmoi/dot_config/complgen/xq.usage.tmpl
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"
30 changes: 0 additions & 30 deletions chezmoi/dot_config/complgen/yq.usage.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,3 @@
| --explicit-end "When using --yaml-output, always emit explicit document end ("...")"
| --in-place, "-i Edit files in place (no backup - use caution)"
| --version "show program's version number and exit"
| (-n | --null-input) "use `null` as the single input value;"
| (-R | --raw-input) "read each line as string instead of JSON;"
| (-s | --slurp) "read all inputs into an array and use it as"
| (-c | --compact-output) "compact instead of pretty-printed output;"
| (-r | --raw-output) "output strings without escapes and quotes;"
| --raw-output0 "implies -r and output NUL after each output;"
| (-j | --join-output) "implies -r and output without newline after"
| (-a | --ascii-output) "output strings by only ASCII characters"
| (-S | --sort-keys) "sort keys of each object on output;"
| (-C | --color-output) "colorize JSON output;"
| (-M | --monochrome-output) "disable colored output;"
| --tab "use tabs for indentation;"
| --indent "n use n spaces for indentation (max 7 spaces);"
| --unbuffered "flush output stream after each output;"
| --stream "parse the input value in streaming fashion;"
| --stream-errors "implies --stream and report parse error as"
| --seq "parse input/output as application/json-seq;"
| (-f | --from-file) "file load filter from the file;"
| -L "directory search modules from the directory;"
| --arg "name value set $name to the string value;"
| --argjson "name value set $name to the JSON value;"
| --slurpfile "name file set $name to an array of JSON values read"
| --rawfile "name file set $name to string contents of file;"
| --args "consume remaining arguments as positional"
| --jsonargs "consume remaining arguments as positional"
| (-e | --exit-status) "set exit status code based on the output;"
| (-V | --version) "show the version;"
| --build-configuration "show jq's build configuration;"
| (-h | --help) "show the help;"
| -- "terminates argument processing;"

0 comments on commit c6c1c27

Please sign in to comment.