Module

x/cliffy/mod.ts>Checkbox#validate

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Checkbox.prototype.validate
import { Checkbox } from "https://dotland.deno.dev/x/cliffy@v0.25.5/mod.ts";

Validate input value.

Parameters

value: string[]

User input value.

Returns

boolean | string

True on success, false or error message on error.