1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

version bump

This commit is contained in:
Kelly Brazil
2022-05-23 13:43:57 -07:00
parent 14093d9d43
commit c21c334b73
6 changed files with 19 additions and 9 deletions

View File

@ -149,8 +149,8 @@ option.
| `{{ "{:>15}".format(parser.argument) }}` | {{ "{:<55}".format(parser.description) }} | {{ "{:<70}".format("[📃](https://kellyjonbrazil.github.io/jc/docs/parsers/" + parser.name + ")") }} |{% endfor %}
### Options
- `-a` about `jc`. Prints information about `jc` and the parsers (in JSON, of
course!)
- `-a` about `jc`. Prints information about `jc` and the parsers (in JSON or
YAML, of course!)
- `-C` force color output even when using pipes (overrides `-m` and the
`NO_COLOR` env variable)
- `-d` debug mode. Prints trace messages if parsing issues are encountered (use
@ -164,6 +164,7 @@ option.
values and no additional semantic processing
- `-u` unbuffer output
- `-v` version information
- `-y` YAML output
### Exit Codes
Any fatal errors within `jc` will generate an exit code of `100`, otherwise the