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

    Interface MockCommandFlags

    interface MockCommandFlags {
        exportPath?: string;
        headless: boolean;
        importPath?: string;
        port?: number;
        profileName?: string;
        saveProfileName?: string;
    }
    Index

    Properties

    exportPath?: string
    headless: boolean
    importPath?: string
    port?: number
    profileName?: string
    saveProfileName?: string