Added msg to 'task show' when no config variables are matched
This commit is contained in:
@@ -728,6 +728,7 @@ int handleShow (std::string &outs)
|
||||
|
||||
out << std::endl
|
||||
<< table.render ()
|
||||
<< (table.rowCount () == 0 ? "No matching configuration variables\n" : "")
|
||||
<< std::endl;
|
||||
|
||||
// Display the unrecognized variables.
|
||||
|
||||
Reference in New Issue
Block a user