Module

x/cliffy/packages/command/mod.ts>Type

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

Methods

complete(): string[]
abstract
parse(
option: IFlagOptions,
value: string,
): T
import Type
import { Type } from "https://dotland.deno.dev/x/cliffy@v0.6.0/packages/command/mod.ts";