====================
Command-line parsing
====================

In-depth looks at how Invoke's parser suite works, why it works that way, and
how it bridges command-line semantics with Python function calls.

.. seealso::
    Please see :doc:`the 'cli' module docs </api/cli>` for user-facing CLI
    usage information.

.. toctree::
    :maxdepth: 1

    cli/intro
    cli/background
