Sha256: 65c931e06f45a915a3fdfa561f52169e19b6b76ab2ae2351e040a25d520a10d7
Contents?: true
Size: 448 Bytes
Versions: 8
Compression:
Stored size: 448 Bytes
Contents
# frozen_string_literal: true module RubyGPG2 module Commands module Mixins module PinentryConfig def configure_command(builder, opts) pinentry_mode = opts[:pinentry_mode] builder = super(builder, opts) if pinentry_mode builder = builder.with_option( '--pinentry-mode', pinentry_mode ) end builder end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems