Sha256: 2ae875df8104c3d9307dc2d1f2d0c9a4ba4dd6d52d22c96ea9b228edf71d7528

Contents?: true

Size: 416 Bytes

Versions: 9

Compression:

Stored size: 416 Bytes

Contents

require 'thor'
require 'eucalypt/helpers'
require_relative 'change-column'

module Eucalypt
  class MigrationChange < Thor
    include Thor::Actions

    class << self
      require 'eucalypt/list'
      include Eucalypt::List
      def banner(task, namespace = false, subcommand = true)
        "#{basename} migration #{task.formatted_usage(self, true, subcommand).split(':').join(' ')}"
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
eucalypt-0.3.1 lib/eucalypt/migration/namespaces/migration-change/cli/change.rb
eucalypt-0.3.0 lib/eucalypt/migration/namespaces/migration-change/cli/change.rb
eucalypt-0.2.2 lib/eucalypt/eucalypt-migration/namespaces/migration-change/cli/change.rb
eucalypt-0.2.1 lib/eucalypt/eucalypt-migration/namespaces/migration-change/cli/change.rb
eucalypt-0.2.0 lib/eucalypt/eucalypt-migration/namespaces/migration-change/cli/change.rb
eucalypt-0.1.3 lib/eucalypt/eucalypt-migration/namespaces/migration-change/cli/change.rb
eucalypt-0.1.2 lib/eucalypt/eucalypt-migration/namespaces/migration-change/cli/change.rb
eucalypt-0.1.1 lib/eucalypt/eucalypt-migration/namespaces/migration-change/cli/change.rb
eucalypt-0.1.0 lib/eucalypt/eucalypt-migration/namespaces/migration-change/cli/change.rb