File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ func init() {
43
43
44
44
BacktestCmd .Flags ().Bool ("base-asset-baseline" , false , "use base asset performance as the competitive baseline performance" )
45
45
BacktestCmd .Flags ().CountP ("verbose" , "v" , "verbose level" )
46
- BacktestCmd .Flags ().String ("config" , "config/bbgo.yaml" , "strategy config file" )
47
46
BacktestCmd .Flags ().Bool ("force" , false , "force execution without confirm" )
48
47
BacktestCmd .Flags ().String ("output" , "" , "the report output directory" )
49
48
BacktestCmd .Flags ().Bool ("subdir" , false , "generate report in the sub-directory of the output directory" )
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import (
11
11
)
12
12
13
13
func init () {
14
- BuildCmd .Flags ().String ("config" , "bbgo.yaml" , "config file" )
15
14
RootCmd .AddCommand (BuildCmd )
16
15
}
17
16
You can’t perform that action at this time.
0 commit comments