We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ef8d1 commit fdc6574Copy full SHA for fdc6574
src/rootcommands.cpp
@@ -82,6 +82,7 @@ int RootCommands::attr_cmd(Input in, Output output) {
82
<< new_value << "\" is not a valid value for "
83
<< a->name() << ": "
84
<< error_message << endl;
85
+ output << "making the coverage even worse, for the lulz";
86
return HERBST_INVALID_ARGUMENT;
87
}
88
0 commit comments