@owservable/actions
    Preparing search index...

    Type Alias CommandContextType

    Command execution context

    type CommandContextType = {
        options: Record<string, any>;
        signature: string;
        verbose?: boolean;
    }
    Index
    options: Record<string, any>
    signature: string
    verbose?: boolean