Skip to content

Commit c791a90

Browse files
committed
add docs for showvirtualenv
1 parent 4ceb696 commit c791a90

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

docs/en/command_ref.rst

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,34 @@ List all of the environments.
5454

5555
Syntax::
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+
6885
rmvirtualenv
6986
------------
7087

docs/en/history.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Release 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+
510
2.4
611

712
- Add :ref:`command-lsvirtualenv` command with ``-l`` option to run

0 commit comments

Comments
 (0)