markmv - v1.26.2
    Preparing search index...

    Interface MergeOperationOptions

    Configuration options specific to merge operations.

    Extends base operation options with merge-specific settings including strategy selection and content formatting.

    interface MergeOperationOptions {
        dryRun?: boolean;
        verbose?: boolean;
        force?: boolean;
        strategy: "append" | "prepend" | "interactive";
        separator?: string;
    }

    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

    strategy: "append" | "prepend" | "interactive"

    Strategy for merging content

    separator?: string

    Separator between merged sections