CommandLineBinding.separate_

If true (default), then the prefix and value must be added as separate command line arguments; if false, prefix and value must be concatenated into a single command line argument.

class CommandLineBinding
@defaultValue(q"<true>")
bool separate_;

Meta