Skip to main content
Module

x/cliffy/command.ts>Type

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
class Type
Re-export
Abstract
import { Type } from "https://deno.land/x/cliffy@v0.6.0/command.ts";

Methods

complete(): string[]
abstract
parse(
option: IFlagOptions,
arg: IFlagArgument,
value: string,
): T