cmd

package
v0.0.0-...-1ef548c 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 Init = cli.Command{
	Name:        "init",
	Usage:       "Placeholder: Initialization",
	Description: "Initialize the Database",
	Action:      runPlaceholder,
	Flags:       []cli.Flag{},
}
View Source
var Installed = cli.Command{
	Name:        "installed",
	Usage:       "Placeholder: Shows installed packages",
	Description: `Shows all currently installed packages`,
	Action:      runInstalled,
	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