mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-262
- TW-262 Attribute modifiers not working within parentheses (thanks to Johannes Schlatow).
This commit is contained in:
parent
ae667a7e9e
commit
a894a3dedb
3 changed files with 8 additions and 4 deletions
|
@ -94,7 +94,7 @@ void Parser::initialize (int argc, const char** argv)
|
|||
// Create top-level nodes.
|
||||
for (int i = 0; i < argc; ++i)
|
||||
{
|
||||
std::string raw = argv[i];
|
||||
std::string raw = trim (argv[i]);
|
||||
Tree* branch = _tree->addBranch (new Tree (format ("arg{1}", i)));
|
||||
branch->attribute ("raw", raw);
|
||||
branch->tag ("ORIGINAL");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue