lib/hanami/cli/commands.rb in hanami-2.0.0.alpha1 vs lib/hanami/cli/commands.rb in hanami-2.0.0.alpha2

- old
+ new

@@ -1,8 +1,9 @@ # frozen_string_literal: true -require "hanami/cli" +require "dry/cli" +require "ostruct" module Hanami # Hanami CLI # # @since 1.1.0 @@ -53,10 +54,10 @@ # CLI commands registry # # @since 1.1.0 # @api private module Commands - extend Hanami::CLI::Registry + extend Dry::CLI::Registry require "hanami/cli/commands/command" require "hanami/cli/commands/server" end end