# comment: this is a simplified args file where every line is a separate argument
#          This means quotes are preserved and escaping is not needed.
   # comments may start with whitespace

   # and newlines are ignored
--simpleArg

--argWithSpaces

something with spaces

--quotedArg
"something else"
--multiArg

something else
yet something else

--urlArg
https://picocli.info/
--unescapedBackslashArg
C:\Program Files\picocli.txt
