363364365366367368369370371372
return null; } } private String mode(List<Command> commands, String profile) { Command found = find(commands, profile); assertThat(profile, found, is(notNullValue())); // mode argument return found.getCommandTokens().get(2); }