The List Sub-Command Arguments ============================== :: """list subcommand usage: ape list -h ape list [ ...] Positional Arguments: ... Space-separated list of importable module with plugins optional arguments: -h, --help Show this help message and exit """ See the :ref:`developer documentation ` for more information. .. _ape-interface-arguments-list-arguments-constants: The ListArguments Constants --------------------------- :: class ListArgumentsConstants(object): """ Constants for the list sub-command arguments """ __slots__ = () # arguments modules = "" .. _ape-interface-arguments-list-arguments-class: The List Class -------------- .. uml:: BaseArguments <|-- List .. currentmodule:: ape.interface.arguments.listarguments .. autosummary:: :toctree: api List List.modules List.reset List.function .. _ape-interface-arguments-list-strategy: The List Strategy ----------------- .. uml:: BaseStrategy <|-- ListStrategy .. currentmodule:: ape.interface.arguments.listarguments .. autosummary:: :toctree: api ListStrategy ListStrategy.function