Skip to content

long path name in configuration file is missing #217

@aotto1968

Description

@aotto1968

Hi, I would like to have a new feature.

example OLD:

a = {
 b = {
   c = 1;
 }
}

example NEW:

a.b.c = 1;

For NEW the "a" and "b" is a "group" and only the "c" is a scalar

thanks.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions