Sha256: 1c7dda163980aeb0f3256aae4123feda0a945c9cf09fffcad9156f02deede4f7

Contents?: true

Size: 189 Bytes

Versions: 15

Compression:

Stored size: 189 Bytes

Contents

module MotherBrain
  module Cli
    module Shell
      class Color < Thor::Shell::Color
        include MB::Cli::Shell::Ext

        alias_method :fatal, :error
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
motherbrain-1.5.0 lib/mb/cli/shell/color.rb
motherbrain-1.4.0 lib/mb/cli/shell/color.rb
motherbrain-1.3.0 lib/mb/cli/shell/color.rb
motherbrain-1.2.1 lib/mb/cli/shell/color.rb
motherbrain-1.2.0 lib/mb/cli/shell/color.rb
motherbrain-1.1.3 lib/mb/cli/shell/color.rb
motherbrain-1.1.2 lib/mb/cli/shell/color.rb
motherbrain-1.1.1 lib/mb/cli/shell/color.rb
motherbrain-1.1.0 lib/mb/cli/shell/color.rb
motherbrain-1.0.0 lib/mb/cli/shell/color.rb
motherbrain-0.14.5 lib/mb/cli/shell/color.rb
motherbrain-0.14.4 lib/mb/cli/shell/color.rb
motherbrain-0.14.3 lib/mb/cli/shell/color.rb
motherbrain-0.14.2 lib/mb/cli/shell/color.rb
motherbrain-0.13.1 lib/mb/cli/shell/color.rb