Skip to content

Commit

Permalink
fix: added aliases to command info
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Sep 28, 2024
1 parent 368ae97 commit ac745d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/src/docs/markdown/templates/cmd_template.md.tera
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
{{ before_help | escape_md }}
{%- endif %}

{%- if cmd.aliases %}

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

{%- if help %}

{{ help | escape_md }}
Expand Down

0 comments on commit ac745d6

Please sign in to comment.