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
Either!(None, bool) separate_;

Meta