feat(cli): Support for searching for new series to add to Sonarr

This commit is contained in:
2024-11-24 14:58:30 -07:00
parent da3bb795b7
commit 45542cd3a9
3 changed files with 69 additions and 2 deletions
+2 -2
View File
@@ -129,7 +129,7 @@ mod tests {
assert!(result.is_ok());
}
#[rstest]
#[test]
fn test_search_new_movie_requires_query() {
let result = Cli::command().try_get_matches_from(["managarr", "radarr", "search-new-movie"]);
@@ -153,7 +153,7 @@ mod tests {
assert!(result.is_ok());
}
#[rstest]
#[test]
fn test_start_task_requires_task_name() {
let result = Cli::command().try_get_matches_from(["managarr", "radarr", "start-task"]);