mirror of
https://github.com/daylinmorgan/yartsu.git
synced 2024-11-10 00:23:15 -06:00
style(cli): make cli cohesive
This commit is contained in:
parent
8b28c000b3
commit
fce932713e
1 changed files with 8 additions and 7 deletions
|
@ -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`
|
||||
|
||||
"""
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue