lib/sym/app/commands/bash_completion.rb in sym-2.0.3 vs lib/sym/app/commands/bash_completion.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 BashCompletion < Command
+ class BashCompletion < BaseCommand
required_options [:bash_completion]
try_after :generate_key, :open_editor, :encrypt_decrypt