Skip to main content
Module

x/args/flag-types.ts>EarlyExitDescriptor

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Latest
interface EarlyExitDescriptor
implements FlagDescriptorSharedProps
import { type EarlyExitDescriptor } from "https://deno.land/x/args@2.1.1/flag-types.ts";

Interface of descriptor of EarlyExitFlag

Properties

readonly
exit: () => never

Exit function to call