bluesearch.entrypoint.database.parent module
Module implementing the high level CLI logic.
-
class Cmd(help, init_parser, run)
Bases: tuple
-
property help
Alias for field number 0
-
property init_parser
Alias for field number 1
-
property run
Alias for field number 2
-
main(argv: Sequence[str] | None = None) → int[source]
Run CLI.
This is the main entrypoint that defines different commands
using subparsers.