law.cli.cli
Law command line interface entry point.
-
run(argv: list[str] | None = None) → int[source]
Entry point to the law cli. Sets up all parsers, parses all arguments given by argv, and
executes the requested subprogram. When None, argv defaults to sys.argv[1:].