mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parser
- Improved comment. It's an important comment.
This commit is contained in:
parent
314ac28a0f
commit
3145134953
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ void Parser::initialize (int argc, const char** argv)
|
|||
branch->tag ("ORIGINAL");
|
||||
branch->tag ("?");
|
||||
|
||||
// If the argument contains a space, it was quoted. Remember that.
|
||||
// If the argument contains a space, it was quoted. Record that fact.
|
||||
if (! noSpaces (raw))
|
||||
branch->tag ("QUOTED");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue