markmv - v1.26.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: undefined | string;
        orderStrategy?: "manual" | "alphabetical" | "dependency" | "chronological";
    }

    Hierarchy (View Summary)

    Index

    Properties

    dryRun?: boolean

    Show what would be changed without making changes

    verbose?: boolean

    Show detailed output

    force?: boolean

    Force operation even if conflicts exist

    output: undefined | string

    Output file path

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

    Strategy for ordering joined content