Descripción
Echo text in red using Click
File Template: ❌
Prefix
click:red
Scopes
python
Snippet de código
click.echo(click.style('${1:Your text here}', fg='red', bold=True))
Echo text in red using Click
click:red
python
click.echo(click.style('${1:Your text here}', fg='red', bold=True))