🚧 args baseUrl

This commit is contained in:
徐晓伟 2023-10-04 23:15:29 +08:00
parent 58fc100eaa
commit bb561fd106
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ func Projects() *cli.Command {
Name: "token",
Usage: "your_access_token",
},
&cli.StringFlag{
Name: "baseUrl",
Usage: "实例地址例如https://gitlab.xuxiaowei.com.cn/api/v4",
},
},
}
}