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
d67091d ♻️ refactor: move badge format logic to utils
This also includes some QOL stuff, such as:
When selecting a similar badge, the output will be in HTML if the --html option is present
When selecting a similar badge, the output will have the style appended to it if --style is present, provided that the style is valid. If not, it will use the default version of the badge which uses flat styling.
Slightly improved URL logic for --link
🐛 Bugfixes
e51ea46 🐛 fix(style): don't append style to badge if style is invalid
Will only append the style if it is one of the 5 valid ones.