feat(cli): Added support for manually searching for season releases for Sonarr

This commit is contained in:
2024-11-19 16:39:21 -07:00
parent 16bf06426f
commit 540db5993b
3 changed files with 104 additions and 1 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ pub enum RadarrCommand {
ManualSearch {
#[arg(
long,
help = "The Radarr ID of the movie whose releases you wish to fetch and list",
help = "The Radarr ID of the movie whose releases you wish to fetch",
required = true
)]
movie_id: i64,