YAPF formatter

This commit is contained in:
Ivan Kravets
2017-11-01 14:10:32 +02:00
parent 86de58b9e1
commit e5e5ebb7db
7 changed files with 22 additions and 22 deletions

View File

@@ -32,8 +32,8 @@ def settings_get(name):
click.echo(
list_tpl.format(
name=click.style("Name", fg="cyan"),
value=(click.style("Value", fg="green") + click.style(
" [Default]", fg="yellow")),
value=(click.style("Value", fg="green") +
click.style(" [Default]", fg="yellow")),
description="Description"))
click.echo("-" * terminal_width)