Package com.devonfw.cobigen.cli
Class CobiGenCLI
- java.lang.Object
-
- com.devonfw.cobigen.cli.CobiGenCLI
-
public class CobiGenCLI extends Object
Starting point of the CobiGen CLI. Contains the main method.
-
-
Constructor Summary
Constructors Constructor Description CobiGenCLI()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static picocli.CommandLinegetCLI()static voidmain(String... args)Main starting point of the CLI.
-
-
-
Method Detail
-
getCLI
public static picocli.CommandLine getCLI()
- Returns:
- the
CommandLineobject of this current execution
-
main
public static void main(String... args)
Main starting point of the CLI. Here we parse the arguments from the user.- Parameters:
args- list of arguments the user has passed
-
-