Description:
The forecasting parameters currently have their descriptions defined twice:
- in the CLI command decorators.
- in ForecasterParametersSchema.
This duplication increases maintenance costs and risks inconsistencies.
We should introduce a mechanism where CLI options are automatically generated from the Marshmallow schema (or vice versa), establishing a single source for forecasting parameter metadata.
This was raised during a review of PR #1824
Description:
The forecasting parameters currently have their descriptions defined twice:
This duplication increases maintenance costs and risks inconsistencies.
We should introduce a mechanism where CLI options are automatically generated from the Marshmallow schema (or vice versa), establishing a single source for forecasting parameter metadata.
This was raised during a review of PR #1824