Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/args/command-types.ts>BLANK

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Latest
variable BLANK
import { BLANK } from "https://deno.land/x/args@2.1.1/command-types.ts";

Starting point of a command parser construction chain

type

Command<BlankReturn, never>