Fix Yahoo schema handling, integer IDR prices, and resilience

This commit is contained in:
Ciphercat 2026-03-05 19:02:53 +00:00
commit f3cefaaaf4
7 changed files with 237 additions and 54 deletions

View file

@ -39,7 +39,7 @@ fn run() -> Result<(), IdxError> {
}
}
Commands::Stocks(stocks) => {
let provider = default_provider();
let provider = default_provider(cli.verbose > 0);
if let Err(err) = cli::stocks::handle(
stocks,
&config,