-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Is your feature request related to a problem? Please describe.
When you need to decorate a service with a delegator, you must add its config in the key "delegators" who is always loaded, for both the HTTP app and the CLI app. Sometimes, you may not want to decorate the service before reaching the CLI config. With this approach, you can't do it.
Describe the solution you'd like
Allow "delegators" key inside console config key "console".
Additional context
For example, this is a problem when you want to extend the behavior of the CLI from an external package.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed