cmd

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2013 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Commands = []cli.Command{
	{
		Name:      "install",
		ShortName: "i",
		Usage:     "Install specific Note.js version",
		Action:    Install,
	},
	{
		Name:   "use",
		Usage:  "Set specified Note.js version as current",
		Action: Use,
	},
	{
		Name:      "remove",
		ShortName: "rm",
		Usage:     "Remove installed Node.js version",
		Action:    Remove,
	},
	{
		Name:      "ls-remote",
		ShortName: "lsr",
		Usage:     "List all available Note.js versions",
		Action:    LsRemote,
	},
	{
		Name:   "ls",
		Usage:  "List all installed Node.js versions",
		Action: LsLocal,
	},
}

Functions

func Install added in v0.0.2

func Install(c *cli.Context)

func LsLocal added in v0.0.2

func LsLocal(c *cli.Context)

func LsRemote added in v0.0.2

func LsRemote(c *cli.Context)

func Remove added in v0.0.2

func Remove(context *cli.Context)

func Use added in v0.0.2

func Use(c *cli.Context)

Types

This section is empty.

Jump to

Keyboard shortcuts

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