mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdConfig: Converted to CLI2::getWords
This commit is contained in:
parent
687e7c5e70
commit
8894dc1244
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,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.cli.getWords ();
|
||||
std::vector <std::string> words = context.cli2.getWords ();
|
||||
|
||||
// Support:
|
||||
// task config name value # set name to value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue