markmv - v1.26.2
    Preparing search index...

    Interface OperationOptions

    Base configuration options common to all file operations.

    Provides essential flags for controlling operation behavior including dry run mode, verbosity, and force execution.

    interface OperationOptions {
        dryRun?: boolean;
        verbose?: boolean;
        force?: 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