Class CheckerCLI
java.lang.Object
com.luchersol.cli.CheckerCLI
Main class for the command-line interface (CLI) of the library for
checks and class generation.
This class uses Picocli to manage commands and subcommands from the command line.
Supported commands:
CreateCheckerCommand- Subcommand to create classes.
Example usage from the terminal:
java -jar checker-cli.jar create-class
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CheckerCLI
public CheckerCLI()Constructs a newCheckerCLIinstance.Initializes the command-line interface for the Checker application. Currently, no specific setup is performed in the constructor.
-
-
Method Details
-
main
Main method that runs the CLI application.Creates a
CommandLineinstance with this class and executes the command received from arguments.- Parameters:
args- arguments passed from the command line
-
call
-