Beignet API reference
    Preparing search index...

    Type Alias AppMapChangesOptions

    Options for mapping the current Git change set.

    type AppMapChangesOptions = {
        base?: string;
        cwd?: string;
    }
    Index
    base?: string
    cwd?: string