From fce932713e88f843dfaa6f4dd6075046490ae0d6 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 16 Jun 2022 01:26:33 -0500 Subject: [PATCH] style(cli): make cli cohesive --- yartsu/cli.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/yartsu/cli.py b/yartsu/cli.py index 1ef72a7..889da09 100644 --- a/yartsu/cli.py +++ b/yartsu/cli.py @@ -24,15 +24,16 @@ def get_args() -> Namespace: usage=SUPPRESS, description=textwrap.dedent( r""" - [bold italic cyan]usage[/]: - - ls --color=always | yartsu \[options] - [dim]OR[/] - yartsu \[options] -- ls --color - [dim]OR[/] - ls --color=always > ls.txt; yartsu -i ls.txt + [header]usage[/]: convert terminal output to svg + + `ls --color=always | yartsu \[options]` + [dim]OR[/] + `yartsu \[options] -- ls --color` + [dim]OR[/] + `ls --color=always > ls.txt; yartsu -i ls.txt` + """ ), )