Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DownloadCommand is the cli.Command for use in the top level app commands list DownloadCommand = cli.Command{ Name: "download", ShortName: "dl", Action: Download, } )
View Source
var ( // UploadCommand is the cli.Command for use in the top level app commands list UploadCommand = cli.Command{ Name: "upload", ShortName: "up", Action: Upload, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.