Context
- Improved command line feedback.
This commit is contained in:
@@ -255,7 +255,10 @@ int Context::initialize (int argc, const char** argv)
|
||||
if (combined.length ())
|
||||
combined += ' ';
|
||||
|
||||
combined += a->attribute ("raw");
|
||||
if (a->attribute ("canonical") != "")
|
||||
combined += a->attribute ("canonical");
|
||||
else
|
||||
combined += a->attribute ("raw");
|
||||
|
||||
if (a->hasTag ("DEFAULT"))
|
||||
foundDefault = true;
|
||||
|
||||
Reference in New Issue
Block a user