1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 17:53:50 +02:00

Adds -m syntax to python page

This commit is contained in:
Leandro Ostera 2015-12-09 20:30:14 +01:00
parent 7aeea322e2
commit 40693c43a1

View file

@ -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}}`