Package gov.nist.secauto.metaschema.cli
Class CLI
java.lang.Object
gov.nist.secauto.metaschema.cli.CLI
The main entry point for the CLI application.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
The main command line entry point.static ExitStatus
Execute a command line.
-
Method Details
-
main
The main command line entry point.- Parameters:
args
- the command line arguments
-
runCli
Execute a command line.- Parameters:
args
- the command line arguments- Returns:
- the execution result
-