mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 04:27:20 +02:00
TW-1699: Command interpretation displayed incorrectly
- Thanks to Tomas Babej.
This commit is contained in:
parent
eb02c7917a
commit
7c59bd5a1d
2 changed files with 2 additions and 1 deletions
|
@ -215,7 +215,7 @@ int Context::initialize (int argc, const char** argv)
|
|||
if (combined.length ())
|
||||
combined += ' ';
|
||||
|
||||
combined += a.getToken ();
|
||||
combined += a.attribute ("raw");
|
||||
|
||||
if (a.hasTag ("DEFAULT"))
|
||||
foundDefault = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue