mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
modules/console: Improve user pushrules cmd output.
This commit is contained in:
parent
d87616e2fb
commit
43fdec3671
1 changed files with 2 additions and 2 deletions
|
@ -12043,8 +12043,8 @@ console_cmd__user__pushrules(opt &out, const string_view &line)
|
|||
out
|
||||
<< std::left << std::setw(10) << scope << " | "
|
||||
<< std::left << std::setw(10) << kind << " | "
|
||||
<< std::left << std::setw(32) << ruleid << " "
|
||||
<< string_view{rule}
|
||||
<< std::left << std::setw(36) << ruleid << " "
|
||||
<< rule
|
||||
<< std::endl;
|
||||
return true;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue