Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommandData

Hierarchy

  • CommandData

Index

Constructors

Properties

flagPrefix: string = ''

The prefix of a full flag.

prefix: string = ''

The command prefix.

tree: CommandTree = ...

The command tree.

Accessors

  • get execute(): null | ((...args: any[]) => any)
  • get isValid(): boolean
  • get name(): string
  • get raw(): string
  • set raw(val: string): void

Methods

  • toString(): string