Documentation ¶ Index ¶ func Execute() type Application type Storage Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Execute ¶ func Execute() Start the application and parse command-line arguments. Types ¶ type Application ¶ type Application struct { cobra.Command // contains filtered or unexported fields } Application represents our global state manager. type Storage ¶ type Storage struct { // True if Conan has been configured. Configured bool `json:"Configured"` // Path to the active profile. ProfilePath string `json:"ProfilePath"` // Index of the active profile. ProfileIndex int `json:"ProfileIndex"` } Storage represents a persistent structure. Source Files ¶ View all Source files application.go build.go clean.go configure.go deploy.go doc.go format.go generate.go install.go interactive.go list.go mutate.go new.go package.go run.go test.go Click to show internal directories. Click to hide internal directories.