property ParseOptions.negatable
A string or array of strings argument names which can be negated
by prefixing them with --no-, like --no-config.
Type
TNegatable | ReadonlyArray<Extract<TNegatable, string>>A string or array of strings argument names which can be negated
by prefixing them with --no-, like --no-config.
TNegatable | ReadonlyArray<Extract<TNegatable, string>>