Package io.github.p4suta.register.cli


@NullMarked package io.github.p4suta.register.cli
The command-line front end (Apache Commons CLI) and the one layer allowed to write to System.out/System.err. RegisterCommand is the entry point: it runs the image-directory registration, or dispatches register pipeline to the PDF -> PDF driver (PipelineCommand). Parsing common to both commands lives in CliSupport; everything below the shell logs through SLF4J.
  • Classes
    Class
    Description
    Command-line front end: parse arguments with Apache Commons CLI, build a RegistrationService.Config, run.