mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdShow
- Converted from A3 to A3t.
This commit is contained in:
parent
1d298c9068
commit
9a9e07c3fc
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ int CmdShow::execute (std::string& output)
|
|||
|
||||
// Obtain the arguments from the description. That way, things like '--'
|
||||
// have already been handled.
|
||||
std::vector <std::string> words = context.a3.extract_words ();
|
||||
std::vector <std::string> words = context.a3t.getWords ();
|
||||
if (words.size () > 1)
|
||||
throw std::string (STRING_CMD_SHOW_ARGS);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue