lib/sym/app/commands/show_version.rb in sym-2.0.3 vs lib/sym/app/commands/show_version.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 ShowVersion < Command + class ShowVersion < BaseCommand required_options :version try_after :show_help def execute "sym (version #{Sym::VERSION})" end