Skip to main content
Module

x/args/index.ts>types.ArgvItem

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Latest
namespace types.ArgvItem
import { types } from "https://deno.land/x/args@2.1.1/index.ts";
const { ArgvItem } = types;

Interfaces

Double dash variant of ArgvItem

Multiple flag variant of ArgvItem

Single flag variant of ArgvItem

Value variant of ArgvItem

type alias types.ArgvItem
import { type types } from "https://deno.land/x/args@2.1.1/index.ts";
const { ArgvItem } = types;

Type of a classified argument