Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RequestOmbiCmd = &cobra.Command{ Use: "request", Short: "To Request Movies or Shows", Long: "to request movies or shows via ombi.", Run: func(cmd *cobra.Command, args []string) { Request() }, }
View Source
var (
RootOmbiCmd = &cobra.Command{
Use: "ombi",
Short: "To Control Ombi",
Long: "to control ombi",
}
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.