lib/command_kit/commands/help.rb in command_kit-0.5.0 vs lib/command_kit/commands/help.rb in command_kit-0.5.1
- old
+ new
@@ -1,8 +1,8 @@
# frozen_string_literal: true
-require 'command_kit/command'
-require 'command_kit/commands/parent_command'
+require_relative '../command'
+require_relative 'parent_command'
module CommandKit
module Commands
#
# The default help command.