Skip to main content
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://deno.land/x/cliffy@v0.25.1/mod.ts";

Validate input value.

Parameters

value: string[]

User input value.

Returns

boolean | string

True on success, false or error message on error.