:py:mod:`anod.sandbox.scripts` ============================== .. py:module:: anod.sandbox.scripts .. autoapi-nested-parse:: Scripts installed in Anod sandboxes. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: anod.sandbox.scripts.anod_cmdline anod.sandbox.scripts.anod .. py:function:: anod_cmdline(subparsers: argparse._SubParsersAction, action_name: str, action_help: str) -> None Add anod command line parser to subparsers. :param subparsers: subparsers object to add the parser to :param action_name: name of the action :param action_help: help text for the action .. py:function:: anod() -> None bin/anod script entry point. This script is installed in the sandbox.