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