class BooleanType extends Type<boolean>Re-exportimport { BooleanType } from "https://deno.land/x/lume@v1.16.1/deps/cliffy.ts"; Boolean type with auto completion. Allows true, false, 0 and 1. Methodscomplete(): string[]Complete boolean type. parse(type: ArgumentValue): booleanParse boolean type.