Sha256: 5168b35119d5e53e4786bd4702a4c5a47f7d0b7d4e52ca9825a972c90d0f3f74

Contents?: true

Size: 605 Bytes

Versions: 27

Compression:

Stored size: 605 Bytes

Contents

require 'lino'

require_relative 'base'
require_relative 'mixins/global_config'
require_relative 'mixins/colon_config'
require_relative 'mixins/with_result'
require_relative 'mixins/with_captured_output'

module RubyGPG2
  module Commands
    class ListSecretKeys < Base
      include Mixins::GlobalConfig
      include Mixins::ColonConfig
      include Mixins::WithResult
      include Mixins::WithCapturedOutput

      def configure_command(builder, opts)
        builder = builder.with_subcommand('--list-secret-keys')
        builder = super(builder, opts)
        builder
      end
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
ruby_gpg2-0.9.0.pre.6 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.9.0.pre.5 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.9.0.pre.4 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.9.0.pre.3 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.9.0.pre.2 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.9.0.pre.1 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.8.0 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.7.0.pre.1 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.6.0 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.5.0.pre.1 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.4.0 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.3.0.pre.2 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.3.0.pre.1 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.2.0 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.1.0.pre.27 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.1.0.pre.26 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.1.0.pre.25 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.1.0.pre.24 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.1.0.pre.23 lib/ruby_gpg2/commands/list_secret_keys.rb
ruby_gpg2-0.1.0.pre.22 lib/ruby_gpg2/commands/list_secret_keys.rb