package
0.0.0-20241018223127-a062be16fda2
Repository: https://github.com/activestate/cli.git
Documentation: pkg.go.dev

# Functions

AddListener adds a listener for changes to the given config key that calls the given callback function.
No description provided by the author
GetOption returns a config option, regardless of whether or not it has been registered.
No description provided by the author
No description provided by the author
NotifyListeners notifies listeners that the given config key has changed.
Registered returns all registered options, excluding hidden ones.
Registers a hidden config option without get/set events.
Registers a config option without get/set events.
Registers a config option with get/set events.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
Option defines what a config value's name and type should be, along with any get/set events.

# Type aliases

Event is run when a user tries to set or get a config value via `state config`.
No description provided by the author
No description provided by the author