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
Every time to stdout something it's necessary to use click.echo() and sometimes also pass some style.
Would be good to have this call inside functions to avoid writing definitions for info, warn, and errors all the time.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Every time to stdout something it's necessary to use
click.echo()
and sometimes also pass some style.Would be good to have this call inside functions to avoid writing definitions for
info
,warn
, anderrors
all the time.The text was updated successfully, but these errors were encountered: