Searched refs:getFlatArgs (Results 1 – 2 of 2) sorted by relevance
284 List<String> flat = Console.getFlatArgs(1, cl); in testFlatten()299 Console.getFlatArgs(0, cl); in testFlatten_wrongArgIdx()314 Console.getFlatArgs(1 + cl.size(), cl); in testFlatten_argIdxOOB()
147 List<String> optionArgs = getFlatArgs(1, args); in run()397 static List<String> getFlatArgs(int argIdx, CaptureList cl) { in getFlatArgs() method in Console760 List<String> flatArgs = getFlatArgs(startIdx, args); in addDefaultCommands()790 for (String cmdfile : getFlatArgs(2 /* startIdx */, args)) { in addDefaultCommands()