Documentation ¶
Overview ¶
Package dev provides subcommands for developing packages, repositories, and environments
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cli.Command{ Name: "dev", Aliases: []string{"development"}, Usage: "Facilitates development and maintenance in the current working directory", Subcommands: []*cli.Command{ env.Cmd, }, Flags: []cli.Flag{ &cli.StringFlag{ Name: "cwd", Value: defaultWorkingDir, Usage: "Path of the current working directory", EnvVars: []string{"FORKLIFT_CWD"}, }, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.