if (existent != null) {
throw new YarrgConfigurationException("Attempted to assign '" + f
+ "' to the same position as '" + existent.field + "'");
}
} else {
addOption(new ValueOptionArgument(f));
}
}
addOption(new HelpArgument());
for (int ii = 0; ii < posiPositionals.size(); ii++) {