-
-
Notifications
You must be signed in to change notification settings - Fork 616
Open
Labels
BugBug report in proxy serverBug report in proxy serverGood First IssueIssues for new contributors to pick-upIssues for new contributors to pick-upPluginRelated to plugin code (not core)Related to plugin code (not core)
Description
Describe the bug
DOES NOT WORK
proxy.Proxy(plugins=["...", "...",])
will not result in discovering custom flags defined in the external plugins.
FOLLOWING 2 SCENARIO WORKS
proxy.Plugin(*("--plugin", "...", "--plugin", "..."))
or
proxy --plugin ....
FIX
args.plugins
must be resolved prior to calling Flags.parse
for custom flag discovery.
Metadata
Metadata
Assignees
Labels
BugBug report in proxy serverBug report in proxy serverGood First IssueIssues for new contributors to pick-upIssues for new contributors to pick-upPluginRelated to plugin code (not core)Related to plugin code (not core)