Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/opinecli/deps.ts>Command#getGlobalOption

Opine's application generator
Latest
method Command.prototype.getGlobalOption
Re-export
import { Command } from "https://deno.land/x/opinecli@2.0.0/deps.ts";

Get global option from parent command's by name.

Parameters

name: string

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

optional
hidden: boolean

Include hidden options.

Returns

IOption | undefined