readme
This commit is contained in:
parent
ad47e39b0d
commit
22425fc471
|
@ -5,6 +5,7 @@ list version 工具旨在高效地管理和控制项目中的文件版本。它
|
|||
|
||||
使用说明(中文版):
|
||||
|
||||
```
|
||||
________________________________________________________
|
||||
[h] 显示此帮助菜单
|
||||
[l] 列出文件的版本。 [lv l 文件名.txt] 或列出当前目录下所有文件的版本 [lv l .]
|
||||
|
@ -12,6 +13,7 @@ ________________________________________________________
|
|||
[d] 从缓存中删除文件的特定版本。 [lv d 文件名.txt 版本号]
|
||||
[r] 从缓存中提取(还原)文件的特定版本。 [lv r 文件名.txt 版本号]
|
||||
--------------------------------------------------------
|
||||
```
|
||||
关键改进:
|
||||
|
||||
命令描述清晰:每个命令都附有更简洁明了的描述,帮助用户快速理解其功能。
|
||||
|
@ -26,6 +28,7 @@ The list version tool is designed to efficiently manage and version control file
|
|||
|
||||
Optimized Usage Instructions:
|
||||
|
||||
```
|
||||
________________________________________________________
|
||||
[h] Display this help menu
|
||||
[l] List versions of a file. [lv l filename.txt] or to list all versions in the current directory [lv l .]
|
||||
|
@ -33,3 +36,4 @@ ________________________________________________________
|
|||
[d] Remove a specific version of a file from the cache. [lv d filename.txt version_number]
|
||||
[r] Retrieve (extract) a specific version of a file from the cache. [lv r filename.txt version_number]
|
||||
--------------------------------------------------------
|
||||
```
|
Loading…
Reference in New Issue