Skip to main content
Module

x/cliffy/command/types/boolean.ts>BooleanType

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
class BooleanType
extends Type<boolean>
import { BooleanType } from "https://deno.land/x/cliffy@v0.14.2/command/types/boolean.ts";

Methods

complete(): string[]
parse(type: ITypeInfo): boolean