-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Labels
Priority: MediumThis issue may be useful, and needs some attention.This issue may be useful, and needs some attention.Status: CompletedNothing further to be done with this issue. Awaiting to be closed.Nothing further to be done with this issue. Awaiting to be closed.Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
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)
Metadata
Metadata
Assignees
Labels
Priority: MediumThis issue may be useful, and needs some attention.This issue may be useful, and needs some attention.Status: CompletedNothing further to be done with this issue. Awaiting to be closed.Nothing further to be done with this issue. Awaiting to be closed.Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.