Skip to main content
Module

x/flags/mod.ts>FlagBooleans

Command line argument parser for deno and node.js
Latest
class FlagBooleans
extends FlagBase<Array<boolean>>
import { FlagBooleans } from "https://deno.land/x/flags@0.0.3/mod.ts";

A flag of type Array

Constructors

new
FlagBooleans(opts: FlagOptionsLike<Array<boolean>>)

Methods

add(v?: string): boolean
isBool(): boolean