knqyf263 / pet

Simple command-line snippet manager
MIT License
4.41k stars 222 forks source link

Parameter order is not maintained #258

Closed RamiAwar closed 7 months ago

RamiAwar commented 7 months ago

Parameter order is not maintained (because of the use of an unordered map). Shuffled every time.

It's nice to have the order maintained based on the order of appearance in the command.

image image