mirror of
https://github.com/tickstep/aliyunpan.git
synced 2025-01-23 14:32:14 +08:00
update copyright tag
This commit is contained in:
parent
f3d352800b
commit
2b283b727e
4
main.go
4
main.go
@ -123,7 +123,7 @@ func main() {
|
|||||||
app.Name = "aliyunpan"
|
app.Name = "aliyunpan"
|
||||||
app.Version = Version
|
app.Version = Version
|
||||||
app.Author = "tickstep/aliyunpan: https://github.com/tickstep/aliyunpan"
|
app.Author = "tickstep/aliyunpan: https://github.com/tickstep/aliyunpan"
|
||||||
app.Copyright = "(c) 2021-2024 tickstep."
|
app.Copyright = "(c) 2021-2025 tickstep."
|
||||||
app.Usage = "阿里云盘客户端 for " + runtime.GOOS + "/" + runtime.GOARCH
|
app.Usage = "阿里云盘客户端 for " + runtime.GOOS + "/" + runtime.GOARCH
|
||||||
app.Description = `aliyunpan 是一款阿里云盘命令行客户端工具, 为操作阿里云盘, 提供实用功能。
|
app.Description = `aliyunpan 是一款阿里云盘命令行客户端工具, 为操作阿里云盘, 提供实用功能。
|
||||||
支持同步备份功能,支持备份本地文件到云盘,备份云盘文件到本地。
|
支持同步备份功能,支持备份本地文件到云盘,备份云盘文件到本地。
|
||||||
@ -684,7 +684,7 @@ func main() {
|
|||||||
// Usage: "开发调试用",
|
// Usage: "开发调试用",
|
||||||
// Description: "",
|
// Description: "",
|
||||||
// Category: "debug",
|
// Category: "debug",
|
||||||
// Before: cmder.ReloadConfigFunc,
|
// Before: command.ReloadConfigFunc,
|
||||||
// Action: func(c *cli.Context) error {
|
// Action: func(c *cli.Context) error {
|
||||||
// os.Setenv(config.EnvVerbose, "1")
|
// os.Setenv(config.EnvVerbose, "1")
|
||||||
// logger.IsVerbose = true
|
// logger.IsVerbose = true
|
||||||
|
Loading…
Reference in New Issue
Block a user