From e05cd1e70db336d4be37e63239f6605a94f054d1 Mon Sep 17 00:00:00 2001 From: Yauhen Shulitski Date: Sun, 3 Nov 2024 16:39:53 +0100 Subject: [PATCH] :p: Update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ad93fad..3b337d1 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,18 @@ from you the burden of creating and maintaining virtual environments. ``` Usage: invenv [invenv-flags] -- [VAR=val] python-script.py [flags] + invenv [command] Examples: invenv -- somepath/myscript.py invenv -n -- somepath/myscript.py --version invenv -r req.txt -- DEBUG=1 somepath/myscript.py +Available Commands: + completion Generate the autocompletion script for the specified shell + help Help about any command + init initialize a virtual environment in the current directory + Flags: -d, --debug enable debug mode with verbose output -h, --help help for invenv @@ -31,6 +37,7 @@ Flags: -w, --which print the location of virtual environment folder and exit. If the virtual environment does not exist, it will be created with installed requirements + ``` ### Details