Skip to content

Commit

Permalink
Add alias_secondary to HelpTheme docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
janluke committed May 15, 2023
1 parent 97ad6d4 commit 864c857
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloup/styling.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ class HelpTheme(NamedTuple):
Style of the epilog.
:param alias:
Style of subcommand aliases in a definition lists.
:param alias_secondary:
Style of separator and eventual parenthesis/brackets in subcommand alias lists.
If not provided, the ``alias`` style will be used.
"""

invoked_command: IStyle = identity
Expand Down

0 comments on commit 864c857

Please sign in to comment.