@samatawy/rules
    Preparing search index...

    Interface CommandHandlerOptions

    interface CommandHandlerOptions {
        context: WorkingContext;
        commands: Record<string, ICommand>;
    }
    Index

    Properties

    Properties

    The working context, which provides the environment and state for executing commands.

    commands: Record<string, ICommand>

    A record of commands available to the handler, keyed by their keywords.