We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43602d3 commit 33341f0Copy full SHA for 33341f0
Temp/bash/python_command.md
@@ -140,6 +140,6 @@ python3 -m tox --showconfig > ./Temp/help/python3_tox_show_config.txt
140
```bash
141
tox --result-json
142
143
-python2 -m tox --result-json > ./Temp/help/python2_tox_result_json.txt
144
-python3 -m tox --result-json > ./Temp/help/python3_tox_result_json.txt
+python2 -m tox --result-json ./Temp/help/python2_tox_result_json.txt
+python3 -m tox --result-json ./Temp/help/python3_tox_result_json.txt
145
```
0 commit comments