cbeust / jcommander

Command line parsing framework for Java
Apache License 2.0
1.96k stars 334 forks source link

About the @ syntax #462

Open bbottema opened 5 years ago

bbottema commented 5 years ago

Hi, I have a question. In the manual you write the following:

JCommander supports the @ syntax

What does the @ syntax refer to? Is there a specification for it or is it a common concept? I couldn't find anything on it other than CLI libraries mentioning support for "the @ syntax".

Thanks!

bengtmartensson commented 5 years ago

See #330.

bbottema commented 5 years ago

So... there isn't any externally defined concept of the @file?