Skip to content

Improve: Workspace config "x" should not be map[string]map[string]string #35

Description

@codekidX

Describe your difficulties
Creating a config with map[string]map[string]string is a pain

Describe your suggestion
Reduce it to a discrete type ed:

type Command struct {
    Cmd string
    Pwd string
}

type WorkspaceCommand map[string]Command

...
X: WorkspaceCommand

Any specific flow you want to implement/change?
None

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions