-
-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: enhancementProposed improvementProposed improvement
Milestone
Description
The package configuration
, currently internal, should be exported as public API in some way to allow embedding the CLI into golang projects. The configuration
package contains a singleton configuration shared among all the instances created.
A possible solution may be to allow pushing an initial configuration from the Init
command and keep a different configuration for each instance. In this case, the Settings*
API must be changed to operate on a given instance (currently they act on the global configuration).
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: enhancementProposed improvementProposed improvement