Documentation
¶
Overview ¶
Package config provides common configuration and utility functions for the CM CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Quiet suppresses all output except errors. Quiet bool // Verbose enables verbose output. Verbose bool // ConfigPath specifies a custom config file path. ConfigPath string )
Functions ¶
func CheckInitialization ¶
func CheckInitialization() error
CheckInitialization checks if CM is initialized and returns an error if not.
func LoadConfig ¶
LoadConfig loads the configuration and returns an error if not found.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.