You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Currently, the results of the
kanalictl apikey decrypt
command are not sorted by name. It would be nice if they were.Make sure that it is an efficient
O(nlogn)
sort. Merge sort would be a good choice.The text was updated successfully, but these errors were encountered: