Searched defs:commandLineForm (Results 1 – 2 of 2) sorted by relevance
31 @Nullable private final String commandLineForm; field in ParsedOptionDescription37 @Nullable String commandLineForm, in ParsedOptionDescription()48 String commandLineForm, in newParsedOptionDescription()
453 StringBuilder commandLineForm = new StringBuilder(); in identifyOptionAndPossibleArgument() local