mirror of
https://github.com/aykhans/dodo.git
synced 2025-07-02 16:25:40 +00:00
🔨 Make the 'Option' type private and add the 'IOption' type
This commit is contained in:
@ -12,8 +12,8 @@ import (
|
||||
|
||||
func CLIConfigReader() (*config.CLIConfig, error) {
|
||||
var (
|
||||
returnNil = false
|
||||
cliConfig = &config.CLIConfig{
|
||||
returnNil = false
|
||||
cliConfig = &config.CLIConfig{
|
||||
Config: config.Config{
|
||||
NoProxyCheck: utils.NewNoneOption[bool](),
|
||||
},
|
||||
|
Reference in New Issue
Block a user