# File lib/bundler/settings.rb, line 125 def set_command_option_if_given(key, value) return if value.nil? set_command_option(key, value) end