property ParseArgsConfig.allowNegative Usage in Deno```typescript import { type ParseArgsConfig } from "node:node__util.d.ts"; ``` If `true`, allows explicitly setting boolean options to `false` by prefixing the option name with `--no-`. Type boolean | undefined