mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 14:31:11 +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
|
out
|
||||||
<< std::left << std::setw(10) << scope << " | "
|
<< std::left << std::setw(10) << scope << " | "
|
||||||
<< std::left << std::setw(10) << kind << " | "
|
<< std::left << std::setw(10) << kind << " | "
|
||||||
<< std::left << std::setw(32) << ruleid << " "
|
<< std::left << std::setw(36) << ruleid << " "
|
||||||
<< string_view{rule}
|
<< rule
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue