This commit is contained in:
2023-09-30 20:12:28 +08:00
parent fc73dbf98d
commit ba59b9431e
+13 -1
View File
@@ -19,16 +19,28 @@ use Symfony\Component\Console\Output\OutputInterface;
class ImplodeCommand extends Command
{
/**
* @var string
*/
public string $command = 'db:implode';
/**
* @var string
*/
public string $description = 'php kiri.php db:implode --database users /Users/admin/snowflake-bi/test.sql';
/**
* @var LocalService
*/
private LocalService $service;
public array $percentStatus = [];
/**
* @var Channel
*/
protected Channel $channel;