mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI2: Disagnostic formatting
This commit is contained in:
parent
d6eae96689
commit
82cf7155cc
1 changed files with 4 additions and 1 deletions
|
@ -792,6 +792,8 @@ const std::string CLI2::dump (const std::string& title) const
|
|||
else
|
||||
out << colorArgs.colorize (format ("{1}", range.first)) << " ";
|
||||
}
|
||||
|
||||
out << "\n";
|
||||
}
|
||||
|
||||
if (_uuid_list.size ())
|
||||
|
@ -799,9 +801,10 @@ const std::string CLI2::dump (const std::string& title) const
|
|||
out << " _uuid_list\n ";
|
||||
for (auto& uuid : _uuid_list)
|
||||
out << colorArgs.colorize (uuid) << " ";
|
||||
}
|
||||
|
||||
out << "\n";
|
||||
}
|
||||
|
||||
return out.str ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue