From 28451d6e02c6ca817068f1e98633ff209a954bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sat, 30 Sep 2023 19:36:07 +0800 Subject: [PATCH] eee --- ImplodeCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ImplodeCommand.php b/ImplodeCommand.php index 8687d74..d738e7e 100644 --- a/ImplodeCommand.php +++ b/ImplodeCommand.php @@ -39,7 +39,6 @@ class ImplodeCommand extends Command { $this->service = \Kiri::getDi()->get(LocalService::class); $this->setName('db:implode') - ->addOption('data', 'd', InputArgument::OPTIONAL) ->addArgument('path', InputArgument::REQUIRED, "save to path", null) ->addOption('database', 'db', InputArgument::OPTIONAL) ->setDescription('php kiri.php db:implode --database users /Users/admin/snowflake-bi/test.sql');