mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
docs: use better example for help
This commit is contained in:
parent
c75ae60c40
commit
156f358fde
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ from typing import (
|
||||||
from urllib.error import HTTPError
|
from urllib.error import HTTPError
|
||||||
from urllib.request import urlopen
|
from urllib.request import urlopen
|
||||||
|
|
||||||
__version__ = "23.8a1-7-g8f6adcc-dev"
|
__version__ = "23.8a1-7-gc75ae60-dev"
|
||||||
|
|
||||||
|
|
||||||
class Spinner:
|
class Spinner:
|
||||||
|
@ -374,7 +374,7 @@ class Template:
|
||||||
return f"""
|
return f"""
|
||||||
|
|
||||||
{a.tagline()}
|
{a.tagline()}
|
||||||
command line: `{a.bold}{name} --help{a.end}`
|
command line: `{a.bold}viv run typer rich-click -s ./script.py{a.end}`
|
||||||
python api: {a.style('__import__("viv").use("typer", "rich-click")','bold')}
|
python api: {a.style('__import__("viv").use("typer", "rich-click")','bold')}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue