diff --git a/docs/svgs/viv-exe-help.svg b/docs/svgs/viv-exe-help.svg index 475dba8..5d16aa5 100644 --- a/docs/svgs/viv-exe-help.svg +++ b/docs/svgs/viv-exe-help.svg @@ -1,4 +1,4 @@ - + - - + + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + - viv exe --help + viv exe --help - + - - usage: viv exe [-h] <sub-cmd> ... - -run python/pip in existing vivenv - -options: --h--help    show this help message and exit - -subcommand: -<sub-cmd> -pip         run cmd with pip -python      run cmd with python + + usage: viv exe [-h] vivenv cmd + +run binary/script in existing vivenv + +examples: +    viv exe <vivenv> pip -- list +    viv exe <vivenv> python -- script.py + +positional arguments: +vivenv        name/hash of vivenv +cmd           command to to execute + +options: +-h--help    show this help message and exit diff --git a/docs/svgs/viv-exe-pip-help.svg b/docs/svgs/viv-exe-pip-help.svg index e75cd99..2f3721d 100644 --- a/docs/svgs/viv-exe-pip-help.svg +++ b/docs/svgs/viv-exe-pip-help.svg @@ -1,4 +1,4 @@ - + - - + + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + - viv exe pip --help + viv exe pip --help - + - - usage: viv exe pip [-h] vivenv [cmd ...] - -positional arguments: -vivenv        name/hash of vivenv -cmd           command to to execute - -options: --h--help    show this help message and exit + + usage: viv exe [-h] vivenv cmd + +run binary/script in existing vivenv + +examples: +    viv exe <vivenv> pip -- list +    viv exe <vivenv> python -- script.py + +positional arguments: +vivenv        name/hash of vivenv +cmd           command to to execute + +options: +-h--help    show this help message and exit diff --git a/docs/svgs/viv-exe-python-help.svg b/docs/svgs/viv-exe-python-help.svg index 480d51d..f81638f 100644 --- a/docs/svgs/viv-exe-python-help.svg +++ b/docs/svgs/viv-exe-python-help.svg @@ -1,4 +1,4 @@ - + - - + + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + - viv exe python --help + viv exe python --help - + - - usage: viv exe python [-h] vivenv [cmd ...] - -positional arguments: -vivenv        name/hash of vivenv -cmd           command to to execute - -options: --h--help    show this help message and exit + + usage: viv exe [-h] vivenv cmd + +run binary/script in existing vivenv + +examples: +    viv exe <vivenv> pip -- list +    viv exe <vivenv> python -- script.py + +positional arguments: +vivenv        name/hash of vivenv +cmd           command to to execute + +options: +-h--help    show this help message and exit diff --git a/docs/svgs/viv-help.svg b/docs/svgs/viv-help.svg index 3ca7ddb..8a22a00 100644 --- a/docs/svgs/viv-help.svg +++ b/docs/svgs/viv-help.svg @@ -19,14 +19,14 @@ font-weight: 700; } - .terminal-1825138163-matrix { + .terminal-2508285730-matrix { font-family: Fira Code, monospace; font-size: 20px; line-height: 24.4px; font-variant-east-asian: full-width; } - .terminal-1825138163-title { + .terminal-2508285730-title { font-size: 18px; font-weight: bold; font-family: arial; @@ -36,110 +36,110 @@ -webkit-filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7)); filter: drop-shadow( 2px 5px 2px rgba(0, 0, 0, .7)); } - .terminal-1825138163-r1 { fill: #94e2d5;font-weight: bold } -.terminal-1825138163-r2 { fill: #c6d0f5 } -.terminal-1825138163-r3 { fill: #f5c2e7;font-weight: bold } -.terminal-1825138163-r4 { fill: #c6d0f5;font-weight: bold } -.terminal-1825138163-r5 { fill: #f9e2af;font-weight: bold } + .terminal-2508285730-r1 { fill: #94e2d5;font-weight: bold } +.terminal-2508285730-r2 { fill: #c6d0f5 } +.terminal-2508285730-r3 { fill: #f5c2e7;font-weight: bold } +.terminal-2508285730-r4 { fill: #c6d0f5;font-weight: bold } +.terminal-2508285730-r5 { fill: #f9e2af;font-weight: bold } - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - viv  --help + viv  --help - + - - usage: viv [-h] [-V] <sub-cmd> ... - -vivisn'tvenv! -to create/activate a vivenv: -- from command line: `viv -h` -- within python script: __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 all vivenvs -exe (e)        run python/pip in existing vivenv -remove (rm)    remove a vivenv -freeze (f)     create import statement from package spec -info (i)       get metadata about a vivenv -manage (m)     manage viv itself -shim (s)       generate viv-powered cli apps -run (r)        run an app with an on-demand venv + + usage: viv [-h] [-V] <sub-cmd> ... + +vivisn'tvenv! +to create/activate a vivenv: +- from command line: `viv -h` +- within python script: __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 all vivenvs +shim (s)       generate viv-powered cli apps +run (r)        run an app with an on-demand venv +exe (e)        run binary/script in existing vivenv +remove (rm)    remove a vivenv +freeze (f)     create import statement from package spec +info (i)       get metadata about a vivenv +manage (m)     manage viv itself