Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface RegisteredCommand

    interface RegisteredCommand {
        command: string;
        description?: string;
        handlerPath?: string;
        source: "manifest" | "runtime";
    }
    Index

    Properties

    command: string
    description?: string
    handlerPath?: string
    source: "manifest" | "runtime"