mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdBurndown: Converted from CLI to CLI2
This commit is contained in:
parent
672b6b0c66
commit
46060c63c9
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ Chart::Chart (char type)
|
||||||
_fix_rate = 0.0;
|
_fix_rate = 0.0;
|
||||||
|
|
||||||
// Set the title.
|
// Set the title.
|
||||||
std::vector <std::string> words = context.cli.getWords ();
|
std::vector <std::string> words = context.cli2.getWords ();
|
||||||
std::string filter;
|
std::string filter;
|
||||||
join (filter, " ", words);
|
join (filter, " ", words);
|
||||||
_title = "(" + filter + ")";
|
_title = "(" + filter + ")";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue