SerenityJS
    Preparing search index...

    Class SubCommand<T>

    Type Parameters

    • T = unknown
    Index

    Constructors

    Properties

    aliases: string[]

    The aliases of the subcommand.

    callback: CommandCallback<T>

    The callback of the subcommand.

    description: string

    The description of the subcommand.

    name: string

    The name of the subcommand.

    registry: CommandRegistry

    The registry of the subcommand.