Skip to main content
Module

x/args/command-types.ts>FlaggedCommandReturn

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

Type of value of FlaggedCommand

Type Parameters

MainVal

Type of main dictionary

NextKey extends string

Type of flag name

NextVal

Type of flag value

definition: CommandReturn.Main<MainVal & Record<NextKey, NextVal>>