Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
RootRadarrCmd = &cobra.Command{
Use: "radarr",
Short: "To Control Radarr",
}
)
View Source
var SearchRadarrCmd = &cobra.Command{ Use: "search", Short: "To Search Movies", Long: "to search movies using radarr client.", Run: func(cmd *cobra.Command, args []string) { SearchMovies() }, }
Functions ¶
func SearchMovies ¶
func SearchMovies()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.