Add year also in cli_options
This commit is contained in:
@@ -224,7 +224,7 @@ AVAILABLE_CLI_OPTIONS = {
|
|||||||
),
|
),
|
||||||
"backtest_breakdown": Arg(
|
"backtest_breakdown": Arg(
|
||||||
"--breakdown",
|
"--breakdown",
|
||||||
help="Show backtesting breakdown per [day, week, month].",
|
help="Show backtesting breakdown per [day, week, month, year].",
|
||||||
nargs="+",
|
nargs="+",
|
||||||
choices=constants.BACKTEST_BREAKDOWNS,
|
choices=constants.BACKTEST_BREAKDOWNS,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user