File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed
Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -54,17 +54,34 @@ List all of the environments.
5454
5555Syntax::
5656
57- lsvirtualenv [-l] [-h]
57+ lsvirtualenv [-b] [- l] [-h]
5858
59+ -b
60+ Brief mode, disables verbose output.
5961-l
60- Long mode, enables verbose output.
62+ Long mode, enables verbose output. Default.
6163-h
6264 Print the help for lsvirtualenv.
6365
6466.. seealso ::
6567
6668 * :ref: `scripts-get_env_details `
6769
70+ .. _command-showvirtualenv :
71+
72+ showvirtualenv
73+ --------------
74+
75+ Show the details for a single virtualenv.
76+
77+ Syntax::
78+
79+ showvirtualenv [env]
80+
81+ .. seealso ::
82+
83+ * :ref: `scripts-get_env_details `
84+
6885rmvirtualenv
6986------------
7087
Original file line number Diff line number Diff line change 22Release History
33===============
44
5+ 2.5
6+
7+ - Add :ref: `command-showvirtualenv ` command. Modify
8+ :ref: `command-lsvirtualenv ` to make verbose output the default.
9+
5102.4
611
712 - Add :ref: `command-lsvirtualenv ` command with ``-l `` option to run
You can’t perform that action at this time.
0 commit comments