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

x/args/index.ts>symbols.PARSE_FAILURE

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Latest
type alias symbols.PARSE_FAILURE
import { type symbols } from "https://deno.land/x/args@2.1.1/index.ts";
const { PARSE_FAILURE } = symbols;
definition: PARSE_FAILURE
variable symbols.PARSE_FAILURE
import { symbols } from "https://deno.land/x/args@2.1.1/index.ts";
const { PARSE_FAILURE } = symbols;

Value of tag when argv is failed to parse

type

symbol