val allowInterspersedArgs: Boolean
If false, options and arguments cannot be mixed; the first time an argument is encountered, all remaining tokens are parsed as arguments.
allowInterspersedArgs
- If false, options and arguments cannot be mixed; the first time an argument is
encountered, all remaining tokens are parsed as arguments.