import { Confirm } from "https://deno.land/x/opinecli@2.0.0/deps.ts";
Confirm prompt representation.
Methods
protected
defaults(): stringprotected
format(value: boolean): stringFormat output value.
protected
getValue(): stringGet input input.
protected
success(value: boolean): string | undefinedprotected
transform(value: string): boolean | undefinedMap input value to output value.
protected
validate(value: string): boolean | stringValidate input value.