cli class
- class pdbstore.cli.cli.Cli
Bases:
objectA single command of the PDBStore application, with all the first level commands. Manages the parsing of parameters and delegates functionality to the appropriate command. It can also show the help of the tool.
- static exception_exit_error(exception: BaseException | None) str | int | None
Convert exception into an exit code
- run(*args: Any) str | int | None
Entry point for executing commands, dispatcher to class methods