markmv - v1.39.2
    Preparing search index...

    Interface RefactorIndexCliOptions

    CLI-specific options for the refactor-index command.

    interface RefactorIndexCliOptions {
        to?: IndexConvention;
        dryRun?: boolean;
        verbose?: boolean;
        discoveryRoot?: string;
        json?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Target naming convention; defaults to the opposite of the file's current convention

    dryRun?: boolean

    Perform a dry run without making actual changes

    verbose?: boolean

    Enable verbose output with detailed progress information

    discoveryRoot?: string

    Root anchoring bystander discovery; an in-place rename spans one directory, so callers should pass the project or vault root to catch bystanders above it

    json?: boolean

    Output results in JSON format