Skip to main content
Module

x/cliffy/mod.ts>IParseOptions

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

Parse settings.

Properties

optional
parse: IParseType
optional
stopEarly: boolean
optional
allowEmpty: boolean
optional
flags: IFlagOptions[]
optional
knownFlaks: IFlags