jcommander
jcommander copied to clipboard
JCommander must support properties or rc files.
https://github.com/cbeust/jcommander/issues/330#issuecomment-549180997
JCommander must support the reading of default user-configured parameter values from a properties or rc file. These should be overridable from the command-line. The configuration file can be changed by users of the API by specifying a switch to do that. The API must support specifying a default file name for the configuration.
Looking through your codebase it appears that you do allow the specifying of defaults through property files. do change the title. The property values are not being used. Overriding does not exist.