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.24.3/command/types/boolean.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.