mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
CLI
- Removed the requirement in ::getWords that the ORIGINAL tag be present.
This commit is contained in:
parent
db13a676bb
commit
c2bf56af71
1 changed files with 1 additions and 2 deletions
|
@ -471,8 +471,7 @@ const std::vector <std::string> CLI::getWords ()
|
|||
! a->hasTag ("RC") &&
|
||||
! a->hasTag ("CONFIG") &&
|
||||
! a->hasTag ("CMD") &&
|
||||
! a->hasTag ("TERMINATOR") &&
|
||||
a->hasTag ("ORIGINAL"))
|
||||
! a->hasTag ("TERMINATOR"))
|
||||
{
|
||||
words.push_back (a->attribute ("raw"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue