Class CobiGenCLI


  • public class CobiGenCLI
    extends Object
    Starting point of the CobiGen CLI. Contains the main method.
    • Constructor Detail

      • CobiGenCLI

        public CobiGenCLI()
    • Method Detail

      • getCLI

        public static picocli.CommandLine getCLI()
        Returns:
        the CommandLine object 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