-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
part:cliAffects the command-line interfaceAffects the command-line interfacepriority:❓We need to figure out how soon this should be addressedWe need to figure out how soon this should be addressedtype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Description
What's needed?
It doesn't seem to be nice to pollute the "library namespace" with the CLI stuff.
Proposed solution
We could have a src/frequenz/client/dispatch/cli/__init__.py
, src/frequenz/client/dispatch/cli/_main.py
and src/frequenz/client/dispatch/cli/_types.py
for example.
Use cases
No response
Alternatives and workarounds
No response
Additional context
We should consider even to eventually I would like to ship it as a separate pip
package (frequenz-client-dispatch-cli
)
Metadata
Metadata
Assignees
Labels
part:cliAffects the command-line interfaceAffects the command-line interfacepriority:❓We need to figure out how soon this should be addressedWe need to figure out how soon this should be addressedtype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users