Skip to content

CLI flag update / addition for providers config #506

Closed
@ehsandeep

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

Assignees

Labels

Priority: MediumThis issue may be useful, and needs some attention.Status: CompletedNothing 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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions