Documentation ¶
Index ¶
Constants ¶
View Source
const ( Ec2RunningStatus = "Running" Ec2StoppedStatus = "Stopped" )
Variables ¶
View Source
var DownloadTorrentCmd = &cobra.Command{ Use: "download", Short: "To Download A Torrent", Long: "to download a torrent using Transmission client.", Run: func(cmd *cobra.Command, args []string) { Download(magnetLink, downloadDir) }, }
View Source
var (
RootTorrentCmd = &cobra.Command{
Use: "torrent",
Short: "To Control Torrent Client",
}
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.