Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

Sort Decrypt Results #102

@frankgreco

Description

@frankgreco

Currently, the results of the kanalictl apikey decrypt command are not sorted by name. It would be nice if they were.

+---------------------------+----------------------------------+
|       API KEY NAME        |              RESULT              |
+---------------------------+----------------------------------+
| one                       | abc123                           |
| two                       | def456                           |
| three                     | ghi789                           |
+---------------------------+----------------------------------+

Make sure that it is an efficient O(nlogn) sort. Merge sort would be a good choice.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions