@karmaniverous/get-dotenv
    Preparing search index...

    Function ensureForce

    • Non-interactive confirm guard for destructive ops. Returns true when force is provided; otherwise warns and sets exitCode.

      Parameters

      • force: unknown

        The force flag value (truthy allows proceed).

      • op: string

        Operation name for the warning message.

      • flag: string = '--force'

        The flag name to suggest in the warning message (default: '--force').

      Returns boolean