This commit is contained in:
Sven Weidauer 2022-05-26 09:32:49 +02:00
parent eb0aa2105c
commit b8b7cc8d12
3 changed files with 5 additions and 5 deletions

View file

@ -57,7 +57,7 @@ parser = OptionParser.new do |opt|
puts FormatStaged::VERSION
exit
end
opt.on('--[no-]color', 'Colorizes output') do |value|
parameters[:color_output] = value
end