From 156f358fde646e9579577e8416bfed54c0572c73 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sun, 6 Aug 2023 22:33:35 -0500 Subject: [PATCH] docs: use better example for help --- src/viv/viv.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/viv/viv.py b/src/viv/viv.py index 545ac37..9599317 100755 --- a/src/viv/viv.py +++ b/src/viv/viv.py @@ -53,7 +53,7 @@ from typing import ( from urllib.error import HTTPError from urllib.request import urlopen -__version__ = "23.8a1-7-g8f6adcc-dev" +__version__ = "23.8a1-7-gc75ae60-dev" class Spinner: @@ -374,7 +374,7 @@ class Template: return f""" {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')} """