Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/args/index.ts>flags.DRAIN_UNTIL_FLAG

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Go to Latest
variable flags.DRAIN_UNTIL_FLAG
import { flags } from "https://deno.land/x/args@2.1.0/index.ts";
const { DRAIN_UNTIL_FLAG } = flags;

Set filter option to this value to make DrainOption only consumes all until flags

type

DrainOptionWhile