Ikey Opinion: Need "winner" for multiple-local-collection scenario, go with the highest?
Yes, it's the simplest and most intuitive option.
This, however, means that we need a way to distinguish at a glance which local collection has the highest priority -- i.e. default ordering with highest number at top of list, assuming that no two collections can have the same priority?
Think of a stack that show the collection with the highest repository at the top; you see the stuff on top "first".
Example:
What I would like to see to see:
moss -D sosroot/ lr
volatile [active] https://dev.serpentos.com/volatile/x86_64/stone.index Priority: 10 Comment: User added repository
protosnek [active] https://dev.serpentos.com/protosnek/x86_64/stone.index Priority: 0 Comment: User added repository
What I'm currently seeing:
moss -D sosroot/ lr
protosnek [active] https://dev.serpentos.com/protosnek/x86_64/stone.index Priority: 0 Comment: User added repository
volatile [active] https://dev.serpentos.com/volatile/x86_64/stone.index Priority: 10 Comment: User added repository