cnpryer / huak

My experimental Python package manager.
https://cnpryer.github.io/huak/
MIT License
615 stars 37 forks source link

sorted the params of the functions in cli.rs #864 #880

Closed AtomsForPeace closed 9 months ago

AtomsForPeace commented 9 months ago

Closes #864

Gave this a go (#864). Have config as last param and the others are sorted by something, optional, boolean, ... Let me know if I should change anything.

cnpryer commented 9 months ago

Nice! Thanks! I'll check this out later today.

cnpryer commented 9 months ago

Thanks!