1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
===================
Arguably Comparison
===================
Arguably_ is another Typer-inspired type-annotation-based CLI library.
Arguably was created in response to the overly intrusive nature of Typer, with the goal of minimizing clutter and maintaining code simplicity.
Like Cyclopts, Arguably mostly skirts using :obj:`Annotated` by interpreting as much data as possible from the function docstring.
Unlike the :ref:`Typer comparison <Typer Comparison>`, many of the topics in this section are simply comparing/contrasting with Arguably, rather than claiming to be strictly better.
.. toctree::
:maxdepth: 1
:caption: Topics
global_state/README.rst
subcommands/README.rst
.. _Arguably: https://treykeown.github.io/arguably/
.. _Typer: https://typer.tiangolo.com
|