lib/hanami/cli/commands.rb in hanami-1.3.3 vs lib/hanami/cli/commands.rb in hanami-1.3.4

- old
+ new

@@ -1,6 +1,6 @@ -require 'hanami/cli' +require 'dry/cli' require 'ostruct' module Hanami # Hanami CLI # @@ -52,10 +52,10 @@ # CLI commands registry # # @since 1.1.0 # @api private module Commands - extend Hanami::CLI::Registry + extend Dry::CLI::Registry # CLI command context # # @since 1.1.0 # @api private