Color output #4

Merged
Sven merged 8 commits from colors into main 2022-05-29 07:31:37 +00:00
Showing only changes of commit 2b75e3b608 - Show all commits

View file

@ -24,7 +24,7 @@ class FormatStaged
def run
verbose_info "Finding repository root"
root = get_output('git', 'rev-parse', '--show-toplevel').first
root = get_output('git', 'rev-parse', '--show-toplevel', lines: false).chomp
verbose_info "Repo at #{root}"
verbose_info "Listing staged files"