Skip to main content
Module

x/cliffy/mod.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>
Re-export
import { BooleanType } from "https://deno.land/x/cliffy@v0.24.2/mod.ts";

Boolean type with auto completion. Allows true, false, 0 and 1.

Methods

complete(): string[]

Complete boolean type.

parse(type: ITypeInfo): boolean

Parse boolean type.