From 1c76caf59b68f0ac6797bc9227371d2a3283e849 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 27 Jan 2023 15:22:36 -0800 Subject: [PATCH] formatting --- README.md | 2 ++ templates/readme_template | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index b1ecc390..39ebb2a4 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ option. ### Parsers + | Argument | Command or Filetype | Documentation | |-------------------|---------------------------------------------------------|----------------------------------------------------------------------------| | ` --acpi` | `acpi` command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/acpi) | @@ -313,6 +314,7 @@ option. | `-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)) | + ### Slice diff --git a/templates/readme_template b/templates/readme_template index a8ba7568..aba62583 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -153,6 +153,7 @@ option. ### Parsers + | Argument | Command or Filetype | Documentation | |-------------------|---------------------------------------------------------|----------------------------------------------------------------------------|{% for parser in parsers %} | `{{ "{:>15}".format(parser.argument) }}` | {{ "{:<55}".format(parser.description) }} | {{ "{:<74}".format("[details](https://kellyjonbrazil.github.io/jc/docs/parsers/" + parser.name + ")") }} |{% endfor %} @@ -175,6 +176,7 @@ option. | `-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)) | + ### Slice