mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
fix build cmd --config option
This commit is contained in:
parent
769da72f77
commit
334e3a3940
|
@ -12,7 +12,6 @@ import (
|
|||
|
||||
func init() {
|
||||
BuildCmd.Flags().String("config", "bbgo.yaml", "config file")
|
||||
BuildCmd.MarkFlagRequired("config")
|
||||
RootCmd.AddCommand(BuildCmd)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user