Sha256: ae08901d46b9704ed7a64c4ffe53e8d784e11030893f5f0295e37b660311adce
Contents?: true
Size: 455 Bytes
Versions: 1
Compression:
Stored size: 455 Bytes
Contents
require 'sym/app/commands/base_command' module Sym module App module Commands class Decrypt < BaseCommand include Sym required_options [ :private_key, :keyfile, :keychain, :interactive ], [ :decrypt ], [ :file, :string ] try_after :generate_key def execute send(application.action, content, application.key) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sym-2.3.0 | lib/sym/app/commands/decrypt.rb |