add comments

This commit is contained in:
tickstep 2022-01-30 10:39:26 +08:00
parent 35ca753ad6
commit 7e0d2155a8

View File

@ -52,8 +52,10 @@ var (
// Version 版本号
Version = "v0.1.2"
// 命令历史文件
historyFilePath = filepath.Join(config.GetConfigDir(), "aliyunpan_command_history.txt")
// 是否是交互命令行形态
isCli bool
)