This commit is contained in:
rachpt 2020-06-22 00:16:33 +08:00
parent 7750587087
commit 5914e2e2af
3 changed files with 4 additions and 3 deletions

View File

@ -59,9 +59,10 @@
|jobs + `[-f] [任务id]` |查看后台上传下载任务 |
|rename + `文件(夹)名 [新名]` |重命名 |
|mv + `文件名` |移动文件 |
|sign + `[-a/--all]` |签到抽奖 |
|bye/exit |退出 |
*还未完成,在做了……
详细请移步 [Wiki](https://github.com/Aruelius/cloud189/wiki).
`ll = ls -l` 表示列出详细列表,`ls` 只显示文件(夹)名,都可以接一个一级子文件夹作为参数。
`down`、`upload`、`rm` 支持多个多个操作文件作为参数,如果文件名中有空格引号,使用 `''`、`""` 包裹文件名,或则在空格引号前使用转义符 `\`

View File

@ -1,5 +1,5 @@
from cloud189.api.core import Cloud189
version = '0.0.4'
version = '0.0.5'
__all__ = ['utils', 'Cloud189', 'models', 'token', 'version']

View File

@ -1,5 +1,5 @@
from cloud189.cli.config import config
version = '0.0.4'
version = '0.0.5'
__all__ = ['cli', 'utils', 'version', 'config']