Softhouse / jargo

Argument and options parser for java
Other
17 stars 0 forks source link

Fix CommandLinerParserTest#testReadingArgumentsFromFile #25

Closed jontejj closed 11 years ago

jontejj commented 11 years ago

The @/path/to/file/with/arguments can be supported once #12 has been implemented.

If there's an argument name called @name and a file named name then the file should take precedence as renaming a file is something a user could do but he can't change the argument name.