application

package
v0.0.0-...-49df695 Latest Latest
Warning

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

Go to latest
Published: May 17, 2022 License: MIT Imports: 21 Imported by: 0

Documentation

Index

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.

Jump to

Keyboard shortcuts

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