Skip to content

Improve the init command #27

@koenhindriks

Description

@koenhindriks

Currently the init command accepts an HashMap?<String,Parameter> this makes parsing the init command rather difficult because parsing to different stages is needed.

Changing the init command to accept a Parameter would make parsing the init easier.

Using Translator.translate(parameter, ParameterMap?> could then be used to parse the parameters back to HashMap?<String,Parameter>.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions