Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method Cliffy.Type.prototype.values
Re-export
import { Cliffy } from "https://deno.land/x/dmm@v2.1.2/tests/integration/up-to-date-deps/original_deps.ts";
const { Type } = Cliffy;

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>