lib/sym/app/commands/encrypt_decrypt.rb in sym-2.0.3 vs lib/sym/app/commands/encrypt_decrypt.rb in sym-2.1.0
- old
+ new
@@ -1,9 +1,9 @@
-require_relative 'command'
+require 'sym/app/commands/base_command'
module Sym
module App
module Commands
- class EncryptDecrypt < Command
+ class EncryptDecrypt < BaseCommand
include Sym
required_options [ :private_key, :keyfile, :keychain, :interactive ],
[ :encrypt, :decrypt ],
[ :file, :string ]