class BooleanType extends Type<boolean>import { BooleanType } from "https://deno.land/x/cliffy@v0.19.0/command/types/boolean.ts"; Boolean type with auto completion. Allows true, false, 0 and 1. Methodscomplete(): string[]Complete boolean type. parse(type: ITypeInfo): booleanParse boolean type.