CLI

Command-line interface for the GoojPrt PT-210 SDK.

Entry point: python -m goojprt <address> [flags]. Flags are kept stable with the historic standalone goojprt.py script so existing shell snippets keep working.

goojprt.cli.build_parser() ArgumentParser[source]

Build the argparse parser with every supported CLI flag.

goojprt.cli.main() None[source]

Entry point. Parses argv and dispatches to the selected command.