args4j icon indicating copy to clipboard operation
args4j copied to clipboard

Make expandAtFiles protected

Open rednoah opened this issue 9 years ago • 1 comments

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.

rednoah avatar Dec 07 '15 04:12 rednoah

Pull Request: https://github.com/kohsuke/args4j/pull/128

rednoah avatar Dec 07 '15 06:12 rednoah