cmd

package
v0.0.0-...-e0a9661 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2014 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Overview

Implementation of CLI command structure

Index

Constants

This section is empty.

Variables

View Source
var Install = cli.Command{
	Name:        "install",
	Usage:       "Installs a package",
	Description: `Installs a package, that isn't already installed`,
	Action:      runInstall,
	Flags:       []cli.Flag{},
}
View Source
var Show = cli.Command{
	Name:        "show",
	Usage:       "shows a package",
	Description: `Shows a package, that is in the database`,
	Action:      showPackage,
	Flags:       []cli.Flag{},
}
View Source
var UnInstall = cli.Command{
	Name:        "uninstall",
	Usage:       "Uninstalls a package",
	Description: `Uninstalls a package, that is already installed`,
	Action:      runUninstall,
	Flags:       []cli.Flag{},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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