-
This is a follow-up of #2342. I now understand that the value should be quoted so that it's not interpreted and all is well. However, I've noticed that quotes are also mandatory for file arguments. I've pushed an updated test that showcases the failure I am experiencing. I must be missing something but I thought the file arg could be an opportunity to provide one argument per line. As such, quoting isn't necessary as the end of the line is a good marker for the end of the argument value. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I still need to run your updated test, but I would expect that testWithSingleArgumentValueFromFileShouldBeQuoted passes and testWithSingleArgumentValueFromFile fails because of the missing quotes. Picocli also supports a simplified format for |
Beta Was this translation helpful? Give feedback.
I am not convinced that it would be a good idea for picocli to provide yet another
@-file
format...