From d665f7ac6b078021a19b37b4319907c9a25177b3 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 2 Oct 2023 12:37:06 -0500 Subject: [PATCH] docs: update main help screenshot --- assets/viv-help.svg | 100 +++++++++++++++++++++----------------------- 1 file changed, 48 insertions(+), 52 deletions(-) diff --git a/assets/viv-help.svg b/assets/viv-help.svg index 98a7f32..f0928cc 100644 --- a/assets/viv-help.svg +++ b/assets/viv-help.svg @@ -1,4 +1,4 @@ - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - viv --help + viv --help - + - - usage: viv [-h] [-V] <sub-cmd> ... - -vivisn'tvenv -command line: `viv run typer rich-click -s ./script.py` -python api: __import__("viv").use("typer", "rich-click") - -options: --h--help       show this help message and exit --V--version    show program's version number and exit - -subcommands: -<sub-cmd> -list (l)       list vivenvs -shim (s)       generate viv-powered cli apps -run (r)        run an app/script with an on-demand venv -exe (e)        run binary/script in existing vivenv -cache (c)      manage the viv vivenv cache -freeze (f)     create import statement from package spec -manage (m)     manage viv itself + + usage: viv [-h] [-V] <sub-cmd> ... + +vivisn'tvenv +command line: `viv run typer rich-click -s ./script.py` +python api: __import__("viv").use("typer", "rich-click") + +options: +-h--help       show this help message and exit +-V--version    show program's version number and exit + +subcommands: +<sub-cmd> +list (l)       list vivenvs +shim (s)       generate viv-powered cli apps +run (r)        run an app/script with an on-demand venv +env (e)        manage the viv vivenv cache +freeze (f)     create import statement from package spec +manage (m)     manage viv itself