We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67974f2 commit e493c5dCopy full SHA for e493c5d
doc/cli_subprocess_guidelines.md
@@ -17,7 +17,7 @@ cmd = f"git {user_input}"
17
subprocess.run(cmd, shell=True)
18
```
19
20
-```python
+```console
21
input a git command to run: --version;echo aa
22
git version 2.34.1
23
aa
0 commit comments