feat(cli): Support for triggering an automatic season search in Sonarr

This commit is contained in:
2024-11-22 18:32:35 -07:00
parent 74e9ea17ac
commit 40bb22ef7c
12 changed files with 124 additions and 0 deletions
@@ -6,6 +6,7 @@ mod tests {
};
use crate::Cli;
use clap::CommandFactory;
use pretty_assertions::assert_eq;
#[test]
fn test_sonarr_get_command_from() {
@@ -18,6 +19,7 @@ mod tests {
mod cli {
use clap::error::ErrorKind;
use pretty_assertions::assert_eq;
use super::*;