You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the use of custom class, I discovered that I cannot add the default group to a group that is already using it:
from click_help_colors import HelpColorsGroup, HelpColorsCommand
@click.group(
cls=HelpColorsGroup,
help_headers_color='yellow'
)
Is there a workaround for this?
The text was updated successfully, but these errors were encountered:
ssbarnea
changed the title
impossible to use with other extensions like click-help-colors
conflict with other extensions like click-help-colors
Apr 29, 2020
Due to the use of custom class, I discovered that I cannot add the default group to a group that is already using it:
Is there a workaround for this?
The text was updated successfully, but these errors were encountered: