Searched refs:subCmd (Results 1 – 2 of 2) sorted by relevance
243 val subCmd = in commandWithSubCommand() constant252 val subCmd by subCommand(subCmd) in commandWithSubCommand() constant257 assertThat(cmd.subCmd?.singleOptionalParam).isEqualTo("test") in commandWithSubCommand()265 val subCmd = in complexCommandWithSubCommands_reusedNames() constant278 val subCommand by subCommand(subCmd) in complexCommandWithSubCommands_reusedNames()
323 val subCmd = OptionalSubCommand(command) in subCommand() constant324 _subCommands.add(subCmd) in subCommand()325 return subCmd in subCommand()