Skip to main content
Module

x/args/index.ts>flags.EarlyExitDescriptor

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

Interface of descriptor of EarlyExitFlag

Properties

readonly
exit: () => never

Exit function to call