SerenityJS
    Preparing search index...

    Class CommandRegistry

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    debug: boolean = false

    The will make the command appear with a debug flag in the available commands list.

    overloads: Map<CommandOverload, CommandCallback> = ...

    The overloads of the command.

    permissions: string[] = []

    The permissions of the command.

    Methods