markmv - v1.26.2
    Preparing search index...

    Interface MoveOperationOptions

    Configuration options specific to move operations.

    Extends base operation options with move-specific settings such as directory creation behavior.

    interface MoveOperationOptions {
        dryRun?: boolean;
        verbose?: boolean;
        force?: boolean;
        createDirectories?: boolean;
    }

    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

    createDirectories?: boolean

    Create missing directories