mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-25 00:37:31 +02:00
formatting
This commit is contained in:
24
README.md
24
README.md
@ -253,19 +253,19 @@ option.
|
|||||||
### Options
|
### Options
|
||||||
| Short | Long | Description |
|
| Short | Long | Description |
|
||||||
|-------|-----------------|--------------------------------------------------------------------------------------------------------------|
|
|-------|-----------------|--------------------------------------------------------------------------------------------------------------|
|
||||||
| `-a` | `--about` | about `jc`. Prints information about `jc` and the parsers (in JSON or YAML, of course!) |
|
| `-a` | `--about` | About `jc`. Prints information about `jc` and the parsers (in JSON or YAML, of course!) |
|
||||||
| `-C` | `--force-color` | force color output even when using pipes (overrides `-m` and the `NO_COLOR` env variable) |
|
| `-C` | `--force-color` | Force color output even when using pipes (overrides `-m` and the `NO_COLOR` env variable) |
|
||||||
| `-d` | `--debug` | debug mode. Prints trace messages if parsing issues are encountered (use`-dd` for verbose debugging) |
|
| `-d` | `--debug` | Debug mode. Prints trace messages if parsing issues are encountered (use`-dd` for verbose debugging) |
|
||||||
| `-h` | `--help` | help. Use `jc -h --parser_name` for parser documentation |
|
| `-h` | `--help` | Help. Use `jc -h --parser_name` for parser documentation |
|
||||||
| `-m` | `--monochrome` | monochrome output |
|
| `-m` | `--monochrome` | Monochrome output |
|
||||||
| `-p` | `--pretty` | pretty format the JSON output |
|
| `-p` | `--pretty` | Pretty format the JSON output |
|
||||||
| `-q` | `--quiet` | quiet mode. Suppresses parser warning messages (use `-qq` to ignore streaming parser errors) |
|
| `-q` | `--quiet` | Quiet mode. Suppresses parser warning messages (use `-qq` to ignore streaming parser errors) |
|
||||||
| `-r` | `--raw` | raw output. Provides more literal output, typically with string values and no additional semantic processing |
|
| `-r` | `--raw` | Raw output. Provides more literal output, typically with string values and no additional semantic processing |
|
||||||
| `-u` | `--unbuffer` | unbuffer output |
|
| `-u` | `--unbuffer` | Unbuffer output |
|
||||||
| `-v` | `--version` | version information |
|
| `-v` | `--version` | Version information |
|
||||||
| `-y` | `--yaml-out` | YAML output |
|
| `-y` | `--yaml-out` | YAML output |
|
||||||
| `-B` | `--bash-comp` | generate Bash shell completion script |
|
| `-B` | `--bash-comp` | Generate Bash shell completion script |
|
||||||
| `-Z` | `--zsh-comp` | generate Zsh shell completion script |
|
| `-Z` | `--zsh-comp` | Generate Zsh shell completion script |
|
||||||
|
|
||||||
### Exit Codes
|
### Exit Codes
|
||||||
Any fatal errors within `jc` will generate an exit code of `100`, otherwise the
|
Any fatal errors within `jc` will generate an exit code of `100`, otherwise the
|
||||||
|
@ -151,19 +151,19 @@ option.
|
|||||||
### Options
|
### Options
|
||||||
| Short | Long | Description |
|
| Short | Long | Description |
|
||||||
|-------|-----------------|--------------------------------------------------------------------------------------------------------------|
|
|-------|-----------------|--------------------------------------------------------------------------------------------------------------|
|
||||||
| `-a` | `--about` | about `jc`. Prints information about `jc` and the parsers (in JSON or YAML, of course!) |
|
| `-a` | `--about` | About `jc`. Prints information about `jc` and the parsers (in JSON or YAML, of course!) |
|
||||||
| `-C` | `--force-color` | force color output even when using pipes (overrides `-m` and the `NO_COLOR` env variable) |
|
| `-C` | `--force-color` | Force color output even when using pipes (overrides `-m` and the `NO_COLOR` env variable) |
|
||||||
| `-d` | `--debug` | debug mode. Prints trace messages if parsing issues are encountered (use`-dd` for verbose debugging) |
|
| `-d` | `--debug` | Debug mode. Prints trace messages if parsing issues are encountered (use`-dd` for verbose debugging) |
|
||||||
| `-h` | `--help` | help. Use `jc -h --parser_name` for parser documentation |
|
| `-h` | `--help` | Help. Use `jc -h --parser_name` for parser documentation |
|
||||||
| `-m` | `--monochrome` | monochrome output |
|
| `-m` | `--monochrome` | Monochrome output |
|
||||||
| `-p` | `--pretty` | pretty format the JSON output |
|
| `-p` | `--pretty` | Pretty format the JSON output |
|
||||||
| `-q` | `--quiet` | quiet mode. Suppresses parser warning messages (use `-qq` to ignore streaming parser errors) |
|
| `-q` | `--quiet` | Quiet mode. Suppresses parser warning messages (use `-qq` to ignore streaming parser errors) |
|
||||||
| `-r` | `--raw` | raw output. Provides more literal output, typically with string values and no additional semantic processing |
|
| `-r` | `--raw` | Raw output. Provides more literal output, typically with string values and no additional semantic processing |
|
||||||
| `-u` | `--unbuffer` | unbuffer output |
|
| `-u` | `--unbuffer` | Unbuffer output |
|
||||||
| `-v` | `--version` | version information |
|
| `-v` | `--version` | Version information |
|
||||||
| `-y` | `--yaml-out` | YAML output |
|
| `-y` | `--yaml-out` | YAML output |
|
||||||
| `-B` | `--bash-comp` | generate Bash shell completion script |
|
| `-B` | `--bash-comp` | Generate Bash shell completion script |
|
||||||
| `-Z` | `--zsh-comp` | generate Zsh shell completion script |
|
| `-Z` | `--zsh-comp` | Generate Zsh shell completion script |
|
||||||
|
|
||||||
### Exit Codes
|
### Exit Codes
|
||||||
Any fatal errors within `jc` will generate an exit code of `100`, otherwise the
|
Any fatal errors within `jc` will generate an exit code of `100`, otherwise the
|
||||||
|
Reference in New Issue
Block a user