====================
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 docs for the 'invoke' CLI tool itself </cli>` for
    user-facing CLI usage information.

.. toctree::
    :maxdepth: 1

    cli/intro
    cli/background
