mirror of
https://github.com/tickstep/aliyunpan.git
synced 2025-02-09 10:47:16 +08:00
add comments
This commit is contained in:
parent
35ca753ad6
commit
7e0d2155a8
2
main.go
2
main.go
@ -52,8 +52,10 @@ var (
|
|||||||
// Version 版本号
|
// Version 版本号
|
||||||
Version = "v0.1.2"
|
Version = "v0.1.2"
|
||||||
|
|
||||||
|
// 命令历史文件
|
||||||
historyFilePath = filepath.Join(config.GetConfigDir(), "aliyunpan_command_history.txt")
|
historyFilePath = filepath.Join(config.GetConfigDir(), "aliyunpan_command_history.txt")
|
||||||
|
|
||||||
|
// 是否是交互命令行形态
|
||||||
isCli bool
|
isCli bool
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user