From 9911b3fc9d33d4256f5500b702703eafdb9d69db Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 15 Jun 2022 16:11:22 -0700 Subject: [PATCH] formatting --- README.md | 30 +++++++++++++++--------------- templates/readme_template | 30 +++++++++++++++--------------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index dc1f5286..e47a6f32 100644 --- a/README.md +++ b/README.md @@ -251,21 +251,21 @@ option. | ` --zipinfo` | `zipinfo` command parser | [📃](https://kellyjonbrazil.github.io/jc/docs/parsers/zipinfo) | ### Options -| Short | Long | Description | -|-------|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------| -| `-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) | -| `-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 | -| `-m` | `--monochrome` | Monochrome output | -| `-p` | `--pretty` | Pretty format the JSON output | -| `-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 | -| `-u` | `--unbuffer` | Unbuffer output | -| `-v` | `--version` | Version information | -| `-y` | `--yaml-out` | YAML output | -| `-B` | `--bash-comp` | Generate Bash shell completion script (see this [wiki page](https://github.com/kellyjonbrazil/jc/wiki/Shell-Completions) for more info) | -| `-Z` | `--zsh-comp` | Generate Zsh shell completion script (see this [wiki page](https://github.com/kellyjonbrazil/jc/wiki/Shell-Completions) for more info) | +| Short | Long | Description | +|-------|-----------------|---------------------------------------------------------------------------------------------------------------------| +| `-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) | +| `-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 | +| `-m` | `--monochrome` | Monochrome output | +| `-p` | `--pretty` | Pretty format the JSON output | +| `-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 | +| `-u` | `--unbuffer` | Unbuffer output | +| `-v` | `--version` | Version information | +| `-y` | `--yaml-out` | YAML output | +| `-B` | `--bash-comp` | Generate Bash shell completion script ([more info](https://github.com/kellyjonbrazil/jc/wiki/Shell-Completions)) | +| `-Z` | `--zsh-comp` | Generate Zsh shell completion script ([more info](https://github.com/kellyjonbrazil/jc/wiki/Shell-Completions)) | ### Exit Codes Any fatal errors within `jc` will generate an exit code of `100`, otherwise the diff --git a/templates/readme_template b/templates/readme_template index 1b01b905..6f3e9b34 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -149,21 +149,21 @@ option. | `{{ "{:>15}".format(parser.argument) }}` | {{ "{:<55}".format(parser.description) }} | {{ "{:<70}".format("[📃](https://kellyjonbrazil.github.io/jc/docs/parsers/" + parser.name + ")") }} |{% endfor %} ### Options -| Short | Long | Description | -|-------|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------| -| `-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) | -| `-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 | -| `-m` | `--monochrome` | Monochrome output | -| `-p` | `--pretty` | Pretty format the JSON output | -| `-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 | -| `-u` | `--unbuffer` | Unbuffer output | -| `-v` | `--version` | Version information | -| `-y` | `--yaml-out` | YAML output | -| `-B` | `--bash-comp` | Generate Bash shell completion script (see this [wiki page](https://github.com/kellyjonbrazil/jc/wiki/Shell-Completions) for more info) | -| `-Z` | `--zsh-comp` | Generate Zsh shell completion script (see this [wiki page](https://github.com/kellyjonbrazil/jc/wiki/Shell-Completions) for more info) | +| Short | Long | Description | +|-------|-----------------|---------------------------------------------------------------------------------------------------------------------| +| `-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) | +| `-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 | +| `-m` | `--monochrome` | Monochrome output | +| `-p` | `--pretty` | Pretty format the JSON output | +| `-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 | +| `-u` | `--unbuffer` | Unbuffer output | +| `-v` | `--version` | Version information | +| `-y` | `--yaml-out` | YAML output | +| `-B` | `--bash-comp` | Generate Bash shell completion script ([more info](https://github.com/kellyjonbrazil/jc/wiki/Shell-Completions)) | +| `-Z` | `--zsh-comp` | Generate Zsh shell completion script ([more info](https://github.com/kellyjonbrazil/jc/wiki/Shell-Completions)) | ### Exit Codes Any fatal errors within `jc` will generate an exit code of `100`, otherwise the