Skip to content

Commit

Permalink
Avoid abridged click output
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jul 30, 2020
1 parent a172d48 commit 4e2f4fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions molecule/command/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def click_group_ex():
# yellow : special commands, like full test sequence, or login
return click.group(
cls=HelpColorsGroup,
context_settings=dict(max_content_width=9999),
help_headers_color="yellow",
help_options_color="green",
help_options_custom_colors={
Expand Down

0 comments on commit 4e2f4fb

Please sign in to comment.