From 5b2aa1e2aa26f056cd0baa5f60a56c2a45d96b6a Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 8 May 2023 10:36:36 -0500 Subject: [PATCH] style: simplify help output --- yartsu/cli.py | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/yartsu/cli.py b/yartsu/cli.py index 9d73ecb..bfa2ffb 100644 --- a/yartsu/cli.py +++ b/yartsu/cli.py @@ -25,14 +25,10 @@ def get_parser() -> ArgumentParser: r""" [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` - + three ways to convert terminal output to svg: + 1: `ls --color=always | yartsu \[options]` + 2: `yartsu \[options] -- ls --color` + 3: `ls --color=always > ls.txt; yartsu -i ls.txt` """ ), )