pub async fn cmd_fetch_feed( url: &str, config: &Config, data_dir: &Path, limit: Option<usize>, ) -> Result<()>