mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
cmd: remove ftx options
This commit is contained in:
parent
6741f8b22c
commit
e8fe8082cc
|
@ -183,9 +183,6 @@ func init() {
|
|||
RootCmd.PersistentFlags().String("max-api-key", "", "max api key")
|
||||
RootCmd.PersistentFlags().String("max-api-secret", "", "max api secret")
|
||||
|
||||
RootCmd.PersistentFlags().String("ftx-api-key", "", "ftx api key")
|
||||
RootCmd.PersistentFlags().String("ftx-api-secret", "", "ftx api secret")
|
||||
RootCmd.PersistentFlags().String("ftx-subaccount", "", "subaccount name. Specify it if the credential is for subaccount.")
|
||||
RootCmd.PersistentFlags().String("cpu-profile", "", "cpu profile")
|
||||
|
||||
viper.SetEnvKeyReplacer(strings.NewReplacer("-", "_"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user