45464748495051
@Override public Request parse(String[] tokens) { if (tokens.length > 0) { throw new ParseException("list expects an empty list of arguments."); } return new ListRequest(); }