Skip to content

Commit

Permalink
feat: put aliases in backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Oct 7, 2024
1 parent caabb0f commit 36b527f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/docs/markdown/templates/cmd_template.md.tera
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

{%- if cmd.aliases %}

**Aliases**: {{ cmd.aliases | join(sep=", ") }}
**Aliases**: `{{ cmd.aliases | join(sep="`, `") }}`
{%- endif %}

{%- if help %}
Expand Down

0 comments on commit 36b527f

Please sign in to comment.