mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 16:53:08 +02:00
CmdConfig
- Converted from A3 to A3t.
This commit is contained in:
parent
7da9b6b2ed
commit
fd0eb4a683
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ int CmdConfig::execute (std::string& output)
|
|||
std::stringstream out;
|
||||
|
||||
// Get the non-attribute, non-fancy command line arguments.
|
||||
std::vector <std::string> words = context.a3.extract_words ();
|
||||
std::vector <std::string> words = context.a3t.getWords ();
|
||||
|
||||
// Support:
|
||||
// task config name value # set name to value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue