Searched refs:_subCommands (Results 1 – 1 of 1) sorted by relevance
64 private val _subCommands = mutableListOf<SubCommand>() constant65 val subCommands: List<SubCommand> = _subCommands267 _subCommands.remove(old) in replaceWithRequired()268 _subCommands.add(new) in replaceWithRequired()324 _subCommands.add(subCmd) in subCommand()