protected String getOptionString(String key) {
   return ProcessUtils.getOptionValue(getArgumentsMap(), key, (String) null);
 }