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
Templates can be used through command line usage, but not available through Python code. This issue is to surface the templates when creating a Badge class instance. For example:
b=Badge('pylint', 2.22, template='pylint')
The text was updated successfully, but these errors were encountered:
Templates can be used through command line usage, but not available through Python code. This issue is to surface the templates when creating a Badge class instance. For example:
The text was updated successfully, but these errors were encountered: