Skip to main content
Module

x/cliffy/command/command.ts>Command#getGlobalOption

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

Get global option from parent commands by name.

Parameters

name: string

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

optional
hidden: boolean

Include hidden options.

Returns

IOption | undefined