From c0239a771cfc0c3b2839aa6afb45bdb58341fea9 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 27 Jan 2023 16:28:55 -0800 Subject: [PATCH] clarify parser argument quote wrapping code --- templates/readme_template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/readme_template b/templates/readme_template index 2434b9f7..d6325585 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -154,7 +154,7 @@ option. | Argument | Command or Filetype | Documentation | |-------------------|---------------------------------------------------------|----------------------------------------------------------------------------|{% for parser in parsers %} -| {{ "{:>16}".format("`" + parser.argument) }}` | {{ "{:<55}".format(parser.description) }} | {{ "{:<74}".format("[details](https://kellyjonbrazil.github.io/jc/docs/parsers/" + parser.name + ")") }} |{% endfor %} +| {{ "{:>17}".format("`" + parser.argument + "`") }} | {{ "{:<55}".format(parser.description) }} | {{ "{:<74}".format("[details](https://kellyjonbrazil.github.io/jc/docs/parsers/" + parser.name + ")") }} |{% endfor %} ### Options