When I define a File arg (like following) to specify an input file,
I wish we can specify the - value to input from the standard input stream. However, it will report error now.
if it's defined with a String arg, the help message will display like -i "<value>"(cannot tell this should be a file), not as expected very much.
It is the same case for the output file. I wish to specify the - value to output to standard output stream.
When I define a
Filearg (like following) to specify an input file,I wish we can specify the
-value to input from the standard input stream. However, it will report error now.if it's defined with a
Stringarg, the help message will display like-i "<value>"(cannot tell this should be a file), not as expected very much.It is the same case for the output file. I wish to specify the
-value to output to standard output stream.