commands

package
v0.0.0-...-3a67d40 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2018 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Commands = []cli.Command{
	global,
	local,
	activate,
	deactivate,
	system,
	link,
	git_,
}
View Source
var ZenvFlag = []cli.Flag{
	cli.StringFlag{
		Name:  "global, g",
		Usage: "edit global environment",
	},
	cli.StringFlag{
		Name:  "local, l",
		Usage: "edit local environment",
	},
	cli.BoolFlag{
		Name:  "quiet, q",
		Usage: "do not print normal output",
	},
	cli.BoolFlag{
		Name:  "debug, d",
		Usage: "print debugging information",
	},
}

Functions

func DoZenv

func DoZenv(c *cli.Context)

func GetEnv

func GetEnv() *environment.Env

func ZenvSetup

func ZenvSetup(c *cli.Context) error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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