Searched refs:optSub (Results 1 – 2 of 2) sorted by relevance
229 val (reqSub, optSub) = parser.subCommands.partition { it is RequiredSubCommand<*> } in help() constant234 if (optSub.isNotEmpty()) { in help()236 optSub.describe(ipw) in help()
87 val optSub = subCommands.filter { it is OptionalSubCommand<*> } in testFactoryMethods() constant89 assertThat(optSub).hasSize(1) in testFactoryMethods()