Package dev.omnist.cli
Class CliMain
java.lang.Object
dev.omnist.cli.CliMain
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.-
Method Summary
Modifier and TypeMethodDescriptionstatic voidJVM entry point: delegates entirely toCli.run(java.lang.String[], java.io.PrintStream, java.io.PrintStream, java.io.InputStream)and exits with its returned status code.
-
Method Details
-
main
JVM entry point: delegates entirely toCli.run(java.lang.String[], java.io.PrintStream, java.io.PrintStream, java.io.InputStream)and exits with its returned status code.- Parameters:
args- command-line arguments, forwarded unchanged toCli.run(java.lang.String[], java.io.PrintStream, java.io.PrintStream, java.io.InputStream)
-