Searched defs:remainingArgs (Results 1 – 4 of 4) sorted by relevance
264 val remainingArgs = flags.toTypedArray() in run() constant285 val remainingArgs = flags.toTypedArray() in showHelpAndExitIfRequested() constant
174 val remainingArgs = flags.toTypedArray() in <lambda>() constant
208 List<String> remainingArgs = new ArrayList<String>(); in testCreateGlobalConfigurationFromArgs() local
905 List<String> remainingArgs) throws ConfigurationException { in createGlobalConfigurationFromArgs()