cpython/Doc/library/cmdlinelibs.rst
Miss Islington (bot) cfa5ee5389
[3.14] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137830)
gh-137777: Disband the 'Program Frameworks' chapter (GH-137796)
(cherry picked from commit eee6589c17)

Co-authored-by: rimchoi <hyerimc858@gmail.com>
2025-08-16 11:04:59 +03:00

22 lines
417 B
ReStructuredText

.. _cmdlinelibs:
********************************
Command-line interface libraries
********************************
The modules described in this chapter assist with implementing
command line and terminal interfaces for applications.
Here's an overview:
.. toctree::
:maxdepth: 1
argparse.rst
optparse.rst
getpass.rst
fileinput.rst
curses.rst
curses.ascii.rst
curses.panel.rst
cmd.rst