Skip to main content
Module

x/flags/mod.ts>ParserOptions

Command line argument parser for deno and node.js
Latest
interface ParserOptions
import { type ParserOptions } from "https://deno.land/x/flags@0.0.3/mod.ts";

Properties

optional
unknowFlags: boolean

Whether to allow undefined flags

optional
unknowCommand: boolean

Whether to allow undefined subcommands