mirror of
https://github.com/daylinmorgan/yartsu.git
synced 2024-12-22 04:20:44 -06:00
style: simplify help output
This commit is contained in:
parent
4b2f95a932
commit
5b2aa1e2aa
1 changed files with 4 additions and 8 deletions
|
@ -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`
|
||||
"""
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue