markmv - v1.26.2
    Preparing search index...

    Interface IndexCliOptions

    CLI options interface for the index command

    interface IndexCliOptions {
        type?: "links" | "import" | "embed" | "hybrid";
        strategy?: "manual" | "directory" | "metadata";
        location?: "root" | "all" | "branch" | "existing";
        name?: string;
        embedStyle?: "markdown" | "obsidian";
        template?: string;
        dryRun?: boolean;
        verbose?: boolean;
        json?: boolean;
        maxDepth?: number;
        noTraverseUp?: boolean;
        boundary?: string;
    }
    Index

    Properties

    type?: "links" | "import" | "embed" | "hybrid"
    strategy?: "manual" | "directory" | "metadata"
    location?: "root" | "all" | "branch" | "existing"
    name?: string
    embedStyle?: "markdown" | "obsidian"
    template?: string
    dryRun?: boolean
    verbose?: boolean
    json?: boolean
    maxDepth?: number
    noTraverseUp?: boolean
    boundary?: string