Class CliMain

java.lang.Object
dev.omnist.cli.CliMain

public final class CliMain extends Object
Process entry point. Kept as a separate, trivially-thin class so it can be excluded from the coverage gate wholesale (JaCoCo excludes at class granularity, not line granularity) without hiding any real logic -- Cli.run(java.lang.String[], java.io.PrintStream, java.io.PrintStream, java.io.InputStream) carries all testable behavior and is fully covered.