From edef264f17027e24f099bf96beebe06238b2a377 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 15 Jun 2022 20:04:39 -0700 Subject: [PATCH] formatting --- README.md | 5 +++-- templates/readme_template | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e47a6f32..3a538188 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,8 @@ option. ### Parsers -| Argument | Command or Filetype | Documentation | -|-------------------|---------------------------------------------------------|-------------------------------------------------------------------------| +| Argument | Command or Filetype | Documentation | +|-------------------|---------------------------------------------------------|------------------------------------------------------------------------| | ` --acpi` | `acpi` command parser | [📃](https://kellyjonbrazil.github.io/jc/docs/parsers/acpi) | | ` --airport` | `airport -I` command parser | [📃](https://kellyjonbrazil.github.io/jc/docs/parsers/airport) | | ` --airport-s` | `airport -s` command parser | [📃](https://kellyjonbrazil.github.io/jc/docs/parsers/airport_s) | @@ -251,6 +251,7 @@ 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!) | diff --git a/templates/readme_template b/templates/readme_template index 6f3e9b34..c7fb4b0d 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -144,11 +144,12 @@ option. ### Parsers -| Argument | Command or Filetype | Documentation | -|-------------------|---------------------------------------------------------|-------------------------------------------------------------------------|{% for parser in jc.parsers %} +| Argument | Command or Filetype | Documentation | +|-------------------|---------------------------------------------------------|------------------------------------------------------------------------|{% for parser in jc.parsers %} | `{{ "{:>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!) |