CommanderJSX
    Preparing search index...

    Class Command<I, O>

    Type Parameters

    • I = any
    • O = any

    Implements

    Index

    Constructors

    Properties

    children: Command<any, any>[] = []
    description: string = ''
    executor?: Executor<I, O>
    name: string = ''
    options: Options<I> = ...
    parameters: string = ''
    parent?: Command<any, any>
    version: string = ''

    Methods

    • Parameters

      • Optionalcommand: string

      Returns void

    • Returns a string representation of an object.

      Returns string

    • Parameters

      • meta: Record<string, any>
      • commandPath: string

      Returns string | undefined