lib/inch/cli/command/output/suggest.rb in inch-0.7.1 vs lib/inch/cli/command/output/suggest.rb in inch-0.8.0.rc1
- old
+ new
@@ -58,10 +58,10 @@
pretext = if @options.pedantic
"Considering priority objects: #{arrows}"
else
"Only considering priority objects: #{arrows}"
end
- "#{pretext} (use `--help` for options).".dark
+ "#{pretext} (use `--help` for options).".color(:dark)
end
def display_files
ui.trace
ui.trace 'You might want to look at these files:'