mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Context
- Improved command line feedback.
This commit is contained in:
parent
d511c9d0be
commit
dd7a9e32db
1 changed files with 4 additions and 1 deletions
|
@ -255,7 +255,10 @@ int Context::initialize (int argc, const char** argv)
|
||||||
if (combined.length ())
|
if (combined.length ())
|
||||||
combined += ' ';
|
combined += ' ';
|
||||||
|
|
||||||
combined += a->attribute ("raw");
|
if (a->attribute ("canonical") != "")
|
||||||
|
combined += a->attribute ("canonical");
|
||||||
|
else
|
||||||
|
combined += a->attribute ("raw");
|
||||||
|
|
||||||
if (a->hasTag ("DEFAULT"))
|
if (a->hasTag ("DEFAULT"))
|
||||||
foundDefault = true;
|
foundDefault = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue