property ParseArgsConfig.strict Usage in Denoimport { type ParseArgsConfig } from "node:util"; Should an error be thrown when unknown arguments are encountered, or when arguments are passed that do not match the type configured in options. Type boolean | undefined