Sha256: dd419445f50140e92813cd28fca78c6c54c787dac67b22cf5612efb9feb8b63b

Contents?: true

Size: 292 Bytes

Versions: 8

Compression:

Stored size: 292 Bytes

Contents

# frozen_string_literal: true

require "hanami/cli/registry"

module Hanami
  class CLI
    module Application
      # Hanami application CLI commands registry
      module Commands
        extend Hanami::CLI::Registry

        require_relative "commands/console"
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hanami-2.0.0.alpha8 lib/hanami/cli/application/commands.rb
hanami-2.0.0.alpha7.1 lib/hanami/cli/application/commands.rb
hanami-2.0.0.alpha7 lib/hanami/cli/application/commands.rb
hanami-2.0.0.alpha6 lib/hanami/cli/application/commands.rb
hanami-2.0.0.alpha5 lib/hanami/cli/application/commands.rb
hanami-2.0.0.alpha4 lib/hanami/cli/application/commands.rb
hanami-2.0.0.alpha3 lib/hanami/cli/application/commands.rb
hanami-2.0.0.alpha2 lib/hanami/cli/application/commands.rb