Module

x/cliffy/mod.ts>IParseResult

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

Result of cmd.parse().

Type Parameters

optional
O = any
optional
A extends Array<any> = any

Properties

options: O
args: A
literal: string[]
cmd: Command<O>
import IParseResult
import { IParseResult } from "https://dotland.deno.dev/x/cliffy@v0.11.0/mod.ts";