Skip to content

When reading the setting of pnzr, it is null if the variable is an array. #99

Description

@ieee0824

Why

I attempted to use the parameter of command as a variable.
For example:

original main.json

{
    ...
    Command: ["go", "main.go"],
    ...
}

variableized main.json

// main.json
{
    ...
    Command: "$command",
    ...
}

// command.json
{
    "command": ["go", "main.go"]
}

The execution result of pnzr is as follows.

// rendered config
{
    ...
    "Command": null,
    ...
}

Note

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions