This commit is contained in:
Ivan Kravets
2018-06-02 16:14:58 +03:00
parent 20c1ce40d3
commit 2fb8128791
11 changed files with 66 additions and 68 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)