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,
|
usage=SUPPRESS,
|
||||||
description=textwrap.dedent(
|
description=textwrap.dedent(
|
||||||
r"""
|
r"""
|
||||||
[bold italic cyan]usage[/]:
|
[header]usage[/]:
|
||||||
|
|
||||||
ls --color=always | yartsu \[options]
|
|
||||||
[dim]OR[/]
|
|
||||||
yartsu \[options] -- ls --color
|
|
||||||
[dim]OR[/]
|
|
||||||
ls --color=always > ls.txt; yartsu -i ls.txt
|
|
||||||
|
|
||||||
convert terminal output to svg
|
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