Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // BUILD and VERSION are set during build BUILD string VERSION string )
View Source
var FlixctlCmd = &cobra.Command{
Use: "flixctl",
Long: `To Control The Following flixctl Components:
* Library
* NZB Client
* Ombi
* Plex
* Radarr
* Sonarr
* Torrent Client`,
}
View Source
var VersionCmd = &cobra.Command{ Use: "version", Short: "To Get flixctl Version", Long: "to get flixctl version", Run: func(cmd *cobra.Command, args []string) { m := make(map[string]string) m["version"] = VERSION m["build"] = BUILD jsonString, _ := json.Marshal(m) fmt.Println(string(jsonString)) }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.