Confirmation
- Implemented consistent confirmation.
This commit is contained in:
@@ -295,6 +295,18 @@ std::string renderAttribute (const std::string& name, const std::string& value)
|
||||
return value;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Implements:
|
||||
// <string>
|
||||
void feedback_affected (const std::string& effect)
|
||||
{
|
||||
if (context.verbose ("affected") ||
|
||||
context.config.getBoolean ("echo.command")) // Deprecated 2.0
|
||||
{
|
||||
std::cout << effect << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Implements:
|
||||
// Deleted 3 tasks
|
||||
|
||||
Reference in New Issue
Block a user