mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #12602: Add missing cross-references to runpy and using/cmdline docs.
Patch by Éric Araujo.
This commit is contained in:
parent
7de29687f2
commit
8b1cbd2b7c
3 changed files with 20 additions and 7 deletions
|
|
@ -63,6 +63,8 @@ When a script file is used, it is sometimes useful to be able to run the script
|
|||
and enter interactive mode afterwards. This can be done by passing :option:`-i`
|
||||
before the script.
|
||||
|
||||
All command line options are described in :ref:`using-on-general`.
|
||||
|
||||
|
||||
.. _tut-argpassing:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue