Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cliffy/packages/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.3.0/packages/command/types/boolean.ts";

Methods

parse(
option: IFlagOptions,
value: string | false,
): boolean | undefined