Skip to content

Ungron doesn't respect --no-sort option #103

@slafs

Description

@slafs

When using the --ungron option I'd expect the --no-sort option to take effect too,
but unfortunately it's being ignored.

Example:

$ echo '{"z": "first", "a": "last"}' | gron --no-sort | gron --no-sort --ungron
{
  "a": "last",
  "z": "first"
}

Maybe related to #102 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions