mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
CmdColor
- Converted from A3 to A3t.
This commit is contained in:
parent
464626bcb4
commit
7fdd014c2f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ int CmdColor::execute (std::string& output)
|
|||
#ifdef FEATURE_COLOR
|
||||
// Get the non-attribute, non-fancy command line arguments.
|
||||
bool legend = false;
|
||||
std::vector <std::string> words = context.a3.extract_words ();
|
||||
std::vector <std::string> words = context.a3t.getWords ();
|
||||
std::vector <std::string>::iterator word;
|
||||
for (word = words.begin (); word != words.end (); ++word)
|
||||
if (closeEnough ("legend", *word))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue