Add year also in cli_options

This commit is contained in:
mrpabloyeah
2025-03-10 18:44:01 +01:00
parent a0cbdc9135
commit 3281049264
+1 -1
View File
@@ -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,
), ),