Skip to content

Custom environment table order #158

Closed
@jacebrowning

Description

@jacebrowning

In Python 3.6+ or with OrderedDict, the config metadata can maintain its order to control the layout of the environment table. Would you consider an option to make sorted() optional in this line:

for key in [k for k in sorted(metadata.keys()) if metadata[k]]:

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