Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

CLI help text for fieldoptions is invalid #3

@comberdavid

Description

@comberdavid

The example JSON string in the CLI help text is as follows:

'{"gtin": "grouped": False, "named": True, "name":"type"};'

However it should be with JSON formatting where False and True are lowercase and after "gtin" there needs an extra set of {}

Corrected sample below:

`'{"gtin": {"grouped": false, "named": true, "name":"type"}}'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions