Commandline Reference ===================== .. click:: pyanabrid.cli.base.base:cli :prog: anabrid :nested: full Custom subcommands ------------------ You can register your own subcommands with the command line interface to extend the available functionality. This is for example useful, if you want to provide easy-to-use analog algorithms to people not familiar with programing. Computer specific commands -------------------------- As we have seen in the :doc:`quickstart` section, each supported analog computer registers their own set of subcommands with the common :code:`anabrid` command line entrypoint. :doc:`/modelone/commandline` The Model-1 analog computer uses the subcommand :code:`modelone`. See the :doc:`/modelone/commandline` for more information. .. code-block:: bash anabrid modelone [...]