mirror of https://github.com/CrimsonTome/tldr.git
Adds -m syntax to python page
parent
7aeea322e2
commit
40693c43a1
|
@ -13,3 +13,7 @@
|
||||||
- Execute Python language single command
|
- Execute Python language single command
|
||||||
|
|
||||||
`python -c {{command}}`
|
`python -c {{command}}`
|
||||||
|
|
||||||
|
- Execute a Python module (SimpleHTTPServer, json.tool, etc)
|
||||||
|
|
||||||
|
`python -m {{moduleName}} {{parameters}}`
|
||||||
|
|
Loading…
Reference in New Issue