style: simplify help output

This commit is contained in:
Daylin Morgan 2023-05-08 10:36:36 -05:00
parent 4b2f95a932
commit 5b2aa1e2aa
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -25,14 +25,10 @@ def get_parser() -> ArgumentParser:
r""" r"""
[header]usage[/]: [header]usage[/]:
convert terminal output to svg three ways to convert terminal output to svg:
1: `ls --color=always | yartsu \[options]`
`ls --color=always | yartsu \[options]` 2: `yartsu \[options] -- ls --color`
[dim]OR[/] 3: `ls --color=always > ls.txt; yartsu -i ls.txt`
`yartsu \[options] -- ls --color`
[dim]OR[/]
`ls --color=always > ls.txt; yartsu -i ls.txt`
""" """
), ),
) )