Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHelpItemGrouped<G>

Type parameters

Hierarchy

Index

Properties

alias

alias: string | string[]

Optional coerce

coerce: (...args: any[]) => any

Type declaration

    • (...args: any[]): any
    • Parameters

      • Rest ...args: any[]

      Returns any

Optional default

default: string | number | boolean | (string | number | boolean)[]

description

description: string

examples

examples: string[]

group

group: G

help

help: string | string[]

isFlag

isFlag: boolean

name

name: string

type

type: string

Generated using TypeDoc