Nog CLI Developer Guide - v0.10.5
    Preparing search index...

    Interface CommandHandler<TOptions>

    Interface for command handlers

    interface CommandHandler<TOptions = Record<string, unknown>> {
        getConfig(): CommandConfig<TOptions>;
    }

    Type Parameters

    • TOptions = Record<string, unknown>

    Implemented by

    Index

    Methods

    Methods