.withMaximum(1)
.create())
.withDescription("The field in the index")
.withShortName("f").create();
Option helpOpt = obuilder.withLongName("help")
.withDescription("Print out help")
.withShortName("h").create();
Group group = gbuilder.withName("Options")
.withOption(inputOpt)