Searched refs:arrrgs (Results 1 – 1 of 1) sorted by relevance
949 List<String> arrrgs = mMainArgs; in run() local959 if (arrrgs.isEmpty()) { in run()985 if (arrrgs.isEmpty()) { in run()1009 arrrgs)); in run()1015 final String cmd = ArrayUtil.join(" ", arrrgs); in run()1018 tokens = arrrgs.toArray(new String[0]); in run()1019 if (arrrgs.get(0).matches(HELP_PATTERN)) { in run()1023 arrrgs = Collections.emptyList(); in run()