Skip to main content
Module

x/scaffold/src/deps/cli.ts>Command#getBaseOption

scaffold your next project with style and 💗
Latest
method Command.prototype.getBaseOption
Re-export
import { Command } from "https://deno.land/x/scaffold@0.3.0/src/deps/cli.ts";

Get base option by name.

Parameters

name: string

Name of the option. Must be in param-case.

optional
hidden: boolean

Include hidden options.

Returns

IOption | undefined