Searched refs:remainingArgs (Results 1 – 4 of 4) sorted by relevance
264 val remainingArgs = flags.toTypedArray() in run() constant274 defaultCommand.parse(remainingArgs, currentContext) in run()285 val remainingArgs = flags.toTypedArray() in showHelpAndExitIfRequested() constant287 if (showHelp || remainingArgs.contains("-?")) { in showHelpAndExitIfRequested()
208 List<String> remainingArgs = new ArrayList<String>(); in testCreateGlobalConfigurationFromArgs() local211 new String[] {"cluster/avd-host-config.xml"}, remainingArgs); in testCreateGlobalConfigurationFromArgs()214 Assert.assertTrue(remainingArgs.isEmpty()); in testCreateGlobalConfigurationFromArgs()
174 val remainingArgs = flags.toTypedArray() in <lambda>() constant177 optionGroup.parse(executionEnvironment, remainingArgs) in <lambda>()
905 List<String> remainingArgs) throws ConfigurationException { in createGlobalConfigurationFromArgs() argument909 remainingArgs.addAll(config.setOptionsFromCommandLineArgs(listArgs)); in createGlobalConfigurationFromArgs()