package
0.0.0-20241110214816-bf1379555709
Repository: https://github.com/ln64-git/voxctl.git
Documentation: pkg.go.dev

# Functions

GetBoolOrDefault retrieves a boolean value from the configuration map, or returns a default value if the key is not present or the value is not a boolean.
GetConfig retrieves the configuration from a JSON file in the user's home directory.
No description provided by the author
GetStringOrDefault retrieves a string value from the configuration map, or returns a default value if the key is not present or the value is not a string.