mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-04 03:15:23 +02:00
Merge pull request #353 from tldr-pages/add-m-syntax-to-python-page
Adds -m syntax to python page
This commit is contained in:
commit
f79fe6b8a0
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@
|
|||
- Execute Python language single command
|
||||
|
||||
`python -c {{command}}`
|
||||
|
||||
- Run library module as a script (terminates option list)
|
||||
|
||||
`python -m {{module}} {{arguments}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue