[更新]修改系统指令描述

This commit is contained in:
Anyon 2019-08-17 15:17:12 +08:00
parent aa0b32976b
commit 564797cb83
15 changed files with 27 additions and 27 deletions

View File

@ -30,7 +30,7 @@ class AutoRun extends \think\console\Command
*/
protected function configure()
{
$this->setName('xclean:store')->setDescription('清理过期无效的订单记录');
$this->setName('xclean:store')->setDescription('[清理]检查并处理商城任务');
}
/**

View File

@ -30,6 +30,6 @@ class FansAll extends Fans
protected function configure()
{
$this->module = ['list', 'black', 'tags'];
$this->setName('xfans:all')->setDescription('从微信获取所有粉丝记录和标签');
$this->setName('xfans:all')->setDescription('[同步]所有微信粉丝的数据');
}
}

View File

@ -30,6 +30,6 @@ class FansBlack extends Fans
protected function configure()
{
$this->module = ['black'];
$this->setName('xfans:black')->setDescription('从微信获取黑名单中的粉丝记录');
$this->setName('xfans:black')->setDescription('[同步]微信黑名单粉丝数据');
}
}

View File

@ -30,7 +30,7 @@ class FansList extends Fans
protected function configure()
{
$this->module = ['list'];
$this->setName('xfans:list')->setDescription('从微信获取所有的粉丝信息记录');
$this->setName('xfans:list')->setDescription('[同步]微信粉丝的资料数据');
}
}

View File

@ -30,6 +30,6 @@ class FansTags extends Fans
protected function configure()
{
$this->module = ['tags'];
$this->setName('xfans:tags')->setDescription('从微信获取所有的粉丝标签记录');
$this->setName('xfans:tags')->setDescription('[同步]粉丝的标签记录数据');
}
}

2
vendor/autoload.php vendored
View File

@ -4,4 +4,4 @@
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10::getLoader();
return ComposerAutoloaderInitc43d191e5697cc1ec7fa6f3102f7563b::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10
class ComposerAutoloaderInitc43d191e5697cc1ec7fa6f3102f7563b
{
private static $loader;
@ -19,15 +19,15 @@ class ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitc43d191e5697cc1ec7fa6f3102f7563b', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitc43d191e5697cc1ec7fa6f3102f7563b', 'loadClassLoader'));
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) {
require_once __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b::getInitializer($loader));
} else {
$map = require __DIR__ . '/autoload_namespaces.php';
foreach ($map as $namespace => $path) {
@ -48,19 +48,19 @@ class ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10
$loader->register(true);
if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10::$files;
$includeFiles = Composer\Autoload\ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire8cffde8ef28c7f3be440b563ba6efc10($fileIdentifier, $file);
composerRequirec43d191e5697cc1ec7fa6f3102f7563b($fileIdentifier, $file);
}
return $loader;
}
}
function composerRequire8cffde8ef28c7f3be440b563ba6efc10($fileIdentifier, $file)
function composerRequirec43d191e5697cc1ec7fa6f3102f7563b($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;

View File

@ -4,7 +4,7 @@
namespace Composer\Autoload;
class ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10
class ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b
{
public static $files = array (
'841780ea2e1d6545ea3a253239d59c05' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/functions.php',
@ -314,9 +314,9 @@ class ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b::$classMap;
}, null, ClassLoader::class);
}

View File

@ -401,12 +401,12 @@
"source": {
"type": "git",
"url": "https://github.com/zoujingli/ThinkLibrary.git",
"reference": "b848dda3a548f8d976c200e2a8e1f6872f68fc4f"
"reference": "36c784401c0111c14b5b9af1ec9b31727db6518b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/b848dda3a548f8d976c200e2a8e1f6872f68fc4f",
"reference": "b848dda3a548f8d976c200e2a8e1f6872f68fc4f",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/36c784401c0111c14b5b9af1ec9b31727db6518b",
"reference": "36c784401c0111c14b5b9af1ec9b31727db6518b",
"shasum": "",
"mirrors": [
{
@ -425,7 +425,7 @@
"qiniu/php-sdk": "^7.2",
"topthink/framework": "5.1.*"
},
"time": "2019-08-14T02:05:30+00:00",
"time": "2019-08-17T07:09:33+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {

View File

@ -32,7 +32,7 @@ class Sess extends Command
*/
protected function configure()
{
$this->setName('xclean:session')->setDescription('清理失效过期的会话文件');
$this->setName('xclean:session')->setDescription('[清理]删除失效的会话文件');
}
/**

View File

@ -32,7 +32,7 @@ class Admin extends Sync
protected function configure()
{
$this->modules = ['application/admin/', 'think'];
$this->setName('xsync:admin')->setDescription('从远程覆盖本地Admin模块的所有代码');
$this->setName('xsync:admin')->setDescription('[同步]覆盖本地Admin模块代码');
}
/**

View File

@ -32,7 +32,7 @@ class Config extends Sync
protected function configure()
{
$this->modules = ['config/'];
$this->setName('xsync:config')->setDescription('从远程覆盖本地Config的部分配置文件');
$this->setName('xsync:config')->setDescription('[同步]覆盖本地Config应用配置');
}
/**

View File

@ -32,7 +32,7 @@ class Plugs extends Sync
protected function configure()
{
$this->modules = ['public/static/'];
$this->setName('xsync:plugs')->setDescription('从远程覆盖本地Plugs资源插件所有代码');
$this->setName('xsync:plugs')->setDescription('[同步]覆盖本地Plugs插件代码');
}
/**

View File

@ -31,7 +31,7 @@ class Service extends Sync
protected function configure()
{
$this->modules = ['application/service/'];
$this->setName('xsync:service')->setDescription('从远程覆盖本地Service模块的所有代码');
$this->setName('xsync:service')->setDescription('[同步]覆盖本地Service模块代码');
}
/**

View File

@ -32,7 +32,7 @@ class Wechat extends Sync
protected function configure()
{
$this->modules = ['application/wechat/'];
$this->setName('xsync:wechat')->setDescription('从远程覆盖本地Wechat模块的所有代码');
$this->setName('xsync:wechat')->setDescription('[同步]覆盖本地Wechat模块代码');
}
/**