Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var All = []*cobra.Command{ PackCmd, PdscCmd, }
All contains all available commands for cpackget
View Source
var PackCmd = &cobra.Command{
Use: "pack",
Short: "add/rm Open-CMSIS-Pack packages",
Long: "Add or remove an Open-CMSIS-Pack from a local file or a file hosted somewhere else on the Internet.",
PersistentPreRunE: configureInstaller,
}
View Source
var PdscCmd = &cobra.Command{
Use: "pdsc",
Short: "Add/remove packs in the local file system via PDSC files.",
Long: `<pack-path> can be a local file or a file hosted somewhere else on the Internet.
cpack will extract information from it and install the files in specific directories inside this machine.`,
PersistentPreRunE: configureInstaller,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.