import { BooleanType } from "https://deno.land/x/lume@v2.4.1/deps/cliffy.ts";
Boolean type with auto completion. Allows true
, false
, 0
and 1
.
Methods
complete(): string[]
Complete boolean type.
parse(type: ArgumentValue): boolean
Parse boolean type.