args4j
args4j copied to clipboard
Make expandAtFiles protected
It'd be nice if expandAtFiles was protected so that we override how arguments are loaded from the given @ files. Maybe even have a protected List<String> readAtFile(File f) to make that easier.
Pull Request: https://github.com/kohsuke/args4j/pull/128