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

CLI help text for fieldoptions is invalid #3

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"}}'

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions