This commit is contained in:
2020-12-15 14:04:02 +08:00
parent c2d9250be9
commit a37df0ce7a
16 changed files with 225 additions and 162 deletions
+5 -1
View File
@@ -16,7 +16,11 @@ class DefaultCommand extends Command
public string $description = 'help';
public function onHandler(Input $dtl)
/**
* @param Input $dtl
* @return string
*/
public function onHandler(Input $dtl): string
{
$param = $dtl->get('commandList');