More fancy CLI

This commit is contained in:
2023-05-20 16:35:08 +02:00
parent 67f3695be8
commit a6a2d20981
2 changed files with 13 additions and 11 deletions

View File

@ -56,6 +56,6 @@ public class TrangaTask
public override string ToString()
{
return $"{task,-20} {lastExecuted,-20} {reoccurrence,-12} {state,-10} {connectorName,-15} {publication?.sortName}";
return $"{task,-20} | {lastExecuted,-20} | {reoccurrence,-12} | {state,-10} | {connectorName,-15} | {publication?.sortName}";
}
}