Description
Continuation of #498
Describe the bug
Currently config
flag is used for defaultProviderConfigLocation
which needs to be updated with another CLI flag for providers.
-pc, -provider-config string provider config file (default "/Users/geekboy/.config/subfider/provider-config.yaml")
Subfinder version
dev
defaultConfigLocation = filepath.Join(userHomeDir(), ".config/subfinder/config.yaml")
defaultProviderConfigLocation = filepath.Join(userHomeDir(), ".config/subfinder/provider-config.yaml")
defaultConfigLocation
: to map with config
cli flag
defaultProviderConfigLocation
: to map with pc / provider-config
cli flag (new)