docs: Reword some Sonarr manual search CLI docs to be more explicit about how the results are filtered

This commit is contained in:
2026-01-20 14:37:42 -07:00
parent f17f542e8e
commit ddb869c341
@@ -30,7 +30,7 @@ pub enum SonarrManualSearchCommand {
episode_id: i64, episode_id: i64,
}, },
#[command( #[command(
about = "Trigger a manual search of releases for the given season corresponding to the series with the given ID" about = "Trigger a manual search of full-season releases (full_season: true) for the given season corresponding to the series with the given ID"
)] )]
Season { Season {
#[arg( #[arg(
@@ -88,7 +88,7 @@ impl<'a, 'b> CliCommandHandler<'a, 'b, SonarrManualSearchCommand>
serde_json::to_string_pretty(&seasons_vec)? serde_json::to_string_pretty(&seasons_vec)?
} }
Err(e) => return Err(e), Err(e) => return Err(e),
_ => serde_json::to_string_pretty(&json!({"message": "Failed to parse response"}))?, _ => serde_json::to_string_pretty(&json!({"message": "Unexpected response format"}))?,
} }
} }
SonarrManualSearchCommand::Season { SonarrManualSearchCommand::Season {