markmv - v1.39.2
    Preparing search index...

    Interface JoinOperationOptions

    Configuration options specific to join operations.

    Extends base operation options with join-specific settings including output path and ordering strategy.

    interface JoinOperationOptions {
        dryRun?: boolean;
        verbose?: boolean;
        force?: boolean;
        output: string | undefined;
        orderStrategy?: "manual" | "alphabetical" | "dependency" | "chronological";
    }

    Hierarchy (View Summary)

    Index
    dryRun?: boolean

    Show what would be changed without making changes

    verbose?: boolean

    Show detailed output

    force?: boolean

    Force operation even if conflicts exist

    output: string | undefined

    Output file path

    orderStrategy?: "manual" | "alphabetical" | "dependency" | "chronological"

    Strategy for ordering joined content