Skip to main content
Module

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

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

Interface of a sub command variant

Type Parameters

Name extends string

Type of subcommand name

Value extends CommandReturn<any, any, any>

Type of wrapped main command

Properties

readonly
tag: Name