actions

package
v0.0.0-...-d6d8275 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2016 License: Apache-2.0 Imports: 6 Imported by: 0

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

func Download

func Download(c *cli.Context)

Download is the cli handler for "download" command

func Upload

func Upload(c *cli.Context)

Upload is the cli handler for "upload" command

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL