|
@@ -31,7 +31,6 @@ import (
|
|
|
|
|
|
// Define the progress variables, a channel and a variable
|
|
|
|
|
|
-var pkgUrl string = "http://spu3dv1.obs.cn-east-3.myhuaweicloud.com/lancher/windows-amd64/1.0.2.zip"
|
|
|
var progress float32
|
|
|
var progressIncrementer chan float32
|
|
|
|
|
@@ -40,7 +39,7 @@ var GAppOption = &AppOption{}
|
|
|
type AppOption struct {
|
|
|
NatsPort int `short:"p" long:"np" description:"nats port"`
|
|
|
Url string `short:"u" long:"url" description:"url"`
|
|
|
- Upload string `short:"d" long:"ud" description:"upload"`
|
|
|
+ Upload string `short:"d" long:"upload" description:"upload"`
|
|
|
}
|
|
|
|
|
|
func (o *AppOption) Parse() {
|