From 7adafb76fde1d75ac599dfc63761b08f7d12f9f8 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 12 May 2020 10:38:41 +0800 Subject: [PATCH] ComposerUpdate --- app/wechat/command/Fans.php | 2 +- vendor/services.php | 2 +- vendor/zoujingli/think-library/src/command/Database.php | 2 +- vendor/zoujingli/think-library/src/command/Install.php | 2 +- vendor/zoujingli/think-library/src/command/Queue.php | 2 +- vendor/zoujingli/think-library/src/command/Version.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/wechat/command/Fans.php b/app/wechat/command/Fans.php index 1380d03ad..ac0f5fb9c 100644 --- a/app/wechat/command/Fans.php +++ b/app/wechat/command/Fans.php @@ -39,7 +39,7 @@ class Fans extends Command */ protected function configure() { - $this->setName('xadmin:fansall')->setDescription('Synchronize all wechat user data'); + $this->setName('xadmin:fansall')->setDescription('Wechat Users Data Synchronize for ThinkAdmin'); } /** diff --git a/vendor/services.php b/vendor/services.php index 5d09c2113..f1fc7f5ed 100644 --- a/vendor/services.php +++ b/vendor/services.php @@ -1,5 +1,5 @@ 'think\\app\\Service', diff --git a/vendor/zoujingli/think-library/src/command/Database.php b/vendor/zoujingli/think-library/src/command/Database.php index 3e7721add..9ad4fb639 100644 --- a/vendor/zoujingli/think-library/src/command/Database.php +++ b/vendor/zoujingli/think-library/src/command/Database.php @@ -31,7 +31,7 @@ class Database extends Command { $this->setName('xadmin:database'); $this->addArgument('action', Argument::OPTIONAL, 'repair|optimize', 'optimize'); - $this->setDescription('Optimize and Repair Database for ThinkAdmin'); + $this->setDescription('Database Optimize and Repair for ThinkAdmin'); } /** diff --git a/vendor/zoujingli/think-library/src/command/Install.php b/vendor/zoujingli/think-library/src/command/Install.php index 136360cc0..dd6f56c17 100644 --- a/vendor/zoujingli/think-library/src/command/Install.php +++ b/vendor/zoujingli/think-library/src/command/Install.php @@ -88,8 +88,8 @@ class Install extends Command protected function configure() { $this->setName('xadmin:install'); - $this->setDescription("Install and Update file for ThinkAdmin"); $this->addArgument('name', Argument::OPTIONAL, 'ModuleName', ''); + $this->setDescription("Source code Install and Update for ThinkAdmin"); } protected function execute(Input $input, Output $output) diff --git a/vendor/zoujingli/think-library/src/command/Queue.php b/vendor/zoujingli/think-library/src/command/Queue.php index 2ce808e39..06833ee8d 100644 --- a/vendor/zoujingli/think-library/src/command/Queue.php +++ b/vendor/zoujingli/think-library/src/command/Queue.php @@ -53,7 +53,7 @@ class Queue extends Command $this->addArgument('code', Argument::OPTIONAL, 'Taskcode'); $this->addArgument('spts', Argument::OPTIONAL, 'Separator'); $this->addOption('daemon', 'd', Option::VALUE_NONE, 'Run the queue listen in daemon mode'); - $this->setDescription('Asynchronous Command Queue for ThinkAdmin'); + $this->setDescription('Asynchronous Command Queue Task for ThinkAdmin'); } /** diff --git a/vendor/zoujingli/think-library/src/command/Version.php b/vendor/zoujingli/think-library/src/command/Version.php index 0dc24fa78..f7f36bc9d 100644 --- a/vendor/zoujingli/think-library/src/command/Version.php +++ b/vendor/zoujingli/think-library/src/command/Version.php @@ -29,7 +29,7 @@ class Version extends Command protected function configure() { $this->setName('xadmin:version'); - $this->setDescription("Application and Framework Version for ThinkAdmin"); + $this->setDescription("ThinkLibrary and ThinkPHP Version for ThinkAdmin"); } /**