Class: RubyGPG2::Commands::ListSecretKeys
- Defined in:
- lib/ruby_gpg2/commands/list_secret_keys.rb
Instance Method Summary collapse
Methods included from Mixins::WithCapturedOutput
Methods included from Mixins::WithResult
Methods inherited from Base
Instance Method Details
#configure_command(builder, opts) ⇒ Object
17 18 19 20 21 |
# File 'lib/ruby_gpg2/commands/list_secret_keys.rb', line 17 def configure_command(builder, opts) builder = builder.with_subcommand('--list-secret-keys') builder = super(builder, opts) builder end |