diff options
-rw-r--r-- | lib/bundler/cli.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb index df5bad7321..70d210b9e9 100644 --- a/lib/bundler/cli.rb +++ b/lib/bundler/cli.rb @@ -103,9 +103,6 @@ module Bundler end end - # Ensure `bundle help --no-color` is valid - all_commands["help"].disable_class_options = false - def self.handle_no_command_error(command, has_namespace = $thor_runner) if Bundler.feature_flag.plugins? && Bundler::Plugin.command?(command) return Bundler::Plugin.exec_command(command, ARGV[1..-1]) |