async fn cmd_finance_movers(_args: FinanceMoversArgs) -> Result<()> {
anyhow::bail!(
"`finance movers` is not yet implemented in this build. \
Use `finance search` + `finance snapshot` for now, or \
see github.com/efoltyn/market-search for the latest."
)
}