Skip to main content
ParseArgsConfig.allowNegative - util - Node documentation
property ParseArgsConfig.allowNegative

Usage in Deno

import { type ParseArgsConfig } from "node:util";

If true, allows explicitly setting boolean options to false by prefixing the option name with --no-.

Type

boolean | undefined