From 0679951d4a3c355b6f89499ef971e25d15039b88 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 27 Jan 2023 15:17:41 -0800 Subject: [PATCH] add tag --- README.md | 2 ++ templates/readme_template | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index a31bcdb5..b1ecc390 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ option. ### Parsers + | Argument | Command or Filetype | Documentation | |-------------------|---------------------------------------------------------|----------------------------------------------------------------------------| | ` --acpi` | `acpi` command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/acpi) | @@ -312,6 +313,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 Line slicing is supported using the `START:STOP` syntax similar to Python diff --git a/templates/readme_template b/templates/readme_template index b3d72609..a8ba7568 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -152,6 +152,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 %} @@ -174,6 +175,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 Line slicing is supported using the `START:STOP` syntax similar to Python