import { BooleanType } from "https://deno.land/x/cliffy@v1.0.0-rc.2/command/mod.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.