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