改名
This commit is contained in:
@@ -25,7 +25,7 @@ class DefaultCommand extends Command
|
|||||||
$param = $dtl->get('commandList');
|
$param = $dtl->get('commandList');
|
||||||
|
|
||||||
$last = '';
|
$last = '';
|
||||||
$lists = [str_pad('Commands', 24, ' ', STR_PAD_RIGHT) . '注释'];
|
$lists = ["Commands\t" . '注释'];
|
||||||
foreach ($param as $key => $val) {
|
foreach ($param as $key => $val) {
|
||||||
$split = explode(':', $key);
|
$split = explode(':', $key);
|
||||||
if (empty($last) && isset($split[0])) {
|
if (empty($last) && isset($split[0])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user