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