Skip to main content
Module

x/cliffy/mod.ts>Type#values

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Type.prototype.values
Re-export
import { Type } from "https://deno.land/x/cliffy@v0.19.2/mod.ts";

Returns values displayed in help text. If no complete method is provided, these values are also used for shell completions.

Parameters

cmd: Command<any, any, any, any, any>
optional
parent: Command<any, any, any, any, any>