feat(cli): Support for listing all Sonarr tasks

This commit is contained in:
2024-11-22 16:37:21 -07:00
parent c54bd2bab0
commit 22fbe025d9
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ pub enum RadarrListCommand {
RootFolders,
#[command(about = "List all Radarr tags")]
Tags,
#[command(about = "List tasks")]
#[command(about = "List all Radarr tasks")]
Tasks,
#[command(about = "List all Radarr updates")]
Updates,