Skip to content

Commit f9fb1fc

Browse files
author
zhenwei-li
committed
添加 tox --verbose
1 parent b5e844f commit f9fb1fc

1 file changed

Lines changed: 17 additions & 14 deletions

File tree

Temp/bash/python_command.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
- [三. flake8](#三-flake8)
1111
- [四. tox](#四-tox)
1212
- [4.1. tox --version](#41-tox---version)
13-
- [4.2. tox --help](#42-tox---help)
14-
- [4.3. tox --help-ini](#43-tox---help-ini)
15-
- [4.4. tox --showconfig](#44-tox---showconfig)
16-
- [4.4. tox --result-json](#44-tox---result-json)
13+
- [4.2. tox --verbose](#42-tox---verbose)
14+
- [4.3. tox --help](#43-tox---help)
15+
- [4.4. tox --help-ini](#44-tox---help-ini)
16+
- [4.5. tox --showconfig](#45-tox---showconfig)
17+
- [4.6. tox --result-json](#46-tox---result-json)
1718

1819
> 平常工作和生活当中, 需要跨系统, 跨语言, 跨环境, 好多都需要笔录的方式记忆下来(已超出个体记忆能力), 好记性不如烂笔头, 故整理后续参考;
1920
@@ -103,6 +104,14 @@ flake8 --help > ./Temp/help/python3_flake8_help.txt
103104

104105
## 四. tox
105106

107+
### 4.1. tox --version
108+
109+
```bash
110+
tox --version
111+
```
112+
113+
### 4.2. tox --verbose
114+
106115
```bash
107116
tox --verbose
108117
tox --verbose --parallel all
@@ -114,13 +123,7 @@ python2 -m tox --verbose > ./Temp/help/python2_tox_verbose.txt
114123
python3 -m tox --verbose > ./Temp/help/python3_tox_verbose.txt
115124
```
116125

117-
### 4.1. tox --version
118-
119-
```bash
120-
tox --version
121-
```
122-
123-
### 4.2. tox --help
126+
### 4.3. tox --help
124127

125128
```bash
126129
tox --help
@@ -129,7 +132,7 @@ python2 -m tox --help > ./Temp/help/python2_tox_help.txt
129132
python3 -m tox --help > ./Temp/help/python3_tox_help.txt
130133
```
131134

132-
### 4.3. tox --help-ini
135+
### 4.4. tox --help-ini
133136

134137
```bash
135138
tox --help-ini
@@ -138,7 +141,7 @@ python2 -m tox --help-ini > ./Temp/help/python2_tox_help_ini.txt
138141
python3 -m tox --help-ini > ./Temp/help/python3_tox_help_ini.txt
139142
```
140143

141-
### 4.4. tox --showconfig
144+
### 4.5. tox --showconfig
142145

143146
```bash
144147
tox --showconfig
@@ -147,7 +150,7 @@ python2 -m tox --showconfig > ./Temp/help/python2_tox_show_config.txt
147150
python3 -m tox --showconfig > ./Temp/help/python3_tox_show_config.txt
148151
```
149152

150-
### 4.4. tox --result-json
153+
### 4.6. tox --result-json
151154

152155
```bash
153156
tox --result-json

0 commit comments

Comments
 (0)