mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-02 05:30:23 +02:00
Enhancement - debug mode
- Added terminal width determination in debug mode.
This commit is contained in:
parent
32b951dcc9
commit
5726926449
2 changed files with 12 additions and 1 deletions
|
@ -171,7 +171,7 @@ std::string shortUsage ()
|
|||
|
||||
row = table.addRow ();
|
||||
table.addCell (row, 1, "task export");
|
||||
table.addCell (row, 2, "Lists all tasks as a CSV file.");
|
||||
table.addCell (row, 2, "Lists all tasks in CSV format.");
|
||||
|
||||
row = table.addRow ();
|
||||
table.addCell (row, 1, "task color");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue