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.
54
54
55
55
Syntax::
56
56
57
- lsvirtualenv [-l] [-h]
57
+ lsvirtualenv [-b] [- l] [-h]
58
58
59
+ -b
60
+ Brief mode, disables verbose output.
59
61
-l
60
- Long mode, enables verbose output.
62
+ Long mode, enables verbose output. Default.
61
63
-h
62
64
Print the help for lsvirtualenv.
63
65
64
66
.. seealso ::
65
67
66
68
* :ref: `scripts-get_env_details `
67
69
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
+
68
85
rmvirtualenv
69
86
------------
70
87
Original file line number Diff line number Diff line change 2
2
Release History
3
3
===============
4
4
5
+ 2.5
6
+
7
+ - Add :ref: `command-showvirtualenv ` command. Modify
8
+ :ref: `command-lsvirtualenv ` to make verbose output the default.
9
+
5
10
2.4
6
11
7
12
- Add :ref: `command-lsvirtualenv ` command with ``-l `` option to run
You can’t perform that action at this time.
0 commit comments