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
With the current CLI example I am not possible to generate the right-color' correctly. There might have been some changes in the code not reflected in the README.md`.
Supposed change:
# old version putting out dark background color
python -m pybadges --left-text=build --right-text=failure --right-color='#c00' --browser
# supposed change
python -m pybadges --left-text=build --right-text=failure --right-color=#c00 --browser
The text was updated successfully, but these errors were encountered:
Hi,
With the current CLI example I am not possible to generate the
right-color' correctly. There might have been some changes in the code not reflected in the
README.md`.Supposed change:
The text was updated successfully, but these errors were encountered: