mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
remove os and arch flags
This commit is contained in:
parent
5eaa8f0778
commit
93ae65535d
|
@ -32,8 +32,6 @@ import (
|
|||
|
||||
func init() {
|
||||
RunCmd.Flags().Bool("no-compile", false, "do not compile wrapper binary")
|
||||
RunCmd.Flags().String("os", runtime.GOOS, "GOOS")
|
||||
RunCmd.Flags().String("arch", runtime.GOARCH, "GOARCH")
|
||||
|
||||
RunCmd.Flags().String("totp-key-url", "", "time-based one-time password key URL, if defined, it will be used for restoring the otp key")
|
||||
RunCmd.Flags().String("totp-issuer", "", "")
|
||||
|
|
Loading…
Reference in New Issue
Block a user