Sha256: 8a897ba2f5406c95846e38b0e2b3b31692e05387ff430d764c62a32af06cb8fb

Contents?: true

Size: 260 Bytes

Versions: 6

Compression:

Stored size: 260 Bytes

Contents

require_relative 'command'
require 'shhh/app/keychain'
module Shhh
  module App
    module Commands
      class PrintKey < Command
        required_options [ :keychain, :keyfile ]

        def execute
          self.key
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
shhh-1.7.0 lib/shhh/app/commands/print_key.rb
shhh-1.6.5 lib/shhh/app/commands/print_key.rb
shhh-1.6.4 lib/shhh/app/commands/print_key.rb
shhh-1.6.3 lib/shhh/app/commands/print_key.rb
shhh-1.6.2 lib/shhh/app/commands/print_key.rb
shhh-1.6.1 lib/shhh/app/commands/print_key.rb