mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
text: Removed local join/split implementation
This commit is contained in:
parent
6cdb0d4b95
commit
3c6ce4e0fc
11 changed files with 18 additions and 277 deletions
|
@ -299,8 +299,7 @@ int CmdInfo::execute (std::string& output)
|
|||
task.getTags (tags);
|
||||
if (tags.size ())
|
||||
{
|
||||
std::string allTags;
|
||||
join (allTags, " ", tags);
|
||||
auto allTags = join (" ", tags);
|
||||
|
||||
row = view.addRow ();
|
||||
view.set (row, 0, STRING_COLUMN_LABEL_TAGS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue