Documentation
¶
Overview ¶
Package cmd hosts the configuration and handling of the command line interface of C3PM.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "ctpm",
Short: "c3pm abstracts your build system and eases the management of your dependencies.",
Long: "C3PM is a next-generation package manager for C++.\nYou can use C3PM to share and use packages with other developers around the world.",
}
Functions ¶
This section is empty.
Types ¶
type InitCmdFlags ¶ added in v0.1.1
type InitCmdFlags struct { ctpm.InitOptions input.InitValues }
type ListCmdFlags ¶ added in v0.3.0
type ListCmdFlags struct {
ctpm.ListOptions
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.