Skip to main content
Module

x/args/index.ts>commands.CommandReturn.Main

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Latest
interface commands.CommandReturn.Main
implements SuccessBase<Value>
import { type commands } from "https://deno.land/x/args@2.1.1/index.ts";
const { Main } = commands.CommandReturn;

Interface of a main command variant

Type Parameters

Value

Type of parsing result