Class CommandlineOptions


  • @API(status=STABLE)
    public final class CommandlineOptions
    extends Object
    Contains all available command line options for Main

    After being passed to Main.main(java.lang.String...) function, these options will be parsed by CommandlineOptionsParser to provide running options to CLI.

    All the options are defined as static string variables to allow other programs to call Main.main(java.lang.String...) function in a more consistent way. E.g. io.cucumber.core.cli.Main.run(NAME, "TestName", THREADS, "2")