|
|
// If flagsConfig and envConfig are empty, then the default values or config file values will be preferred.
|
|
// If flagsConfig and envConfig are empty, then the default values or config file values will be preferred.
|
|
|
func InitAndLoadConfig(ctx context.Context, flagsProfile string, flagsConfig CLIConfig) (CLIConfig, string, error) {
|
|
func InitAndLoadConfig(ctx context.Context, flagsProfile string, flagsConfig CLIConfig) (CLIConfig, string, error) {
|