gh-109435: Add Doc/library/cmdline.rst (#109436)

Document modules providing a command-line interface (CLI).
This commit is contained in:
Victor Stinner 2023-09-19 13:57:28 +02:00 committed by GitHub
parent afa7b0d743
commit 59f32a785f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 70 additions and 0 deletions

View file

@ -56,6 +56,8 @@ Additionally, there are **low-level** APIs for
* :ref:`bridge <asyncio-futures>` callback-based libraries and code
with async/await syntax.
.. _asyncio-cli:
You can experiment with an ``asyncio`` concurrent context in the REPL:
.. code-block:: pycon