metatell Bot SDK - v2.0.0
    Preparing search index...

    Interface CliOptions

    CLI type definitions

    interface CliOptions {
        debug?: boolean;
        name?: string;
    }
    Index
    debug?: boolean
    name?: string