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)
Continuation of #498
Describe the bug
Currently
configflag is used fordefaultProviderConfigLocationwhich needs to be updated with another CLI flag for providers.Subfinder version
dev
defaultConfigLocation: to map withconfigcli flagdefaultProviderConfigLocation: to map withpc / provider-configcli flag (new)