MostroP2P / mostro-core

common types used by mostro and clients
https://mostro.network
MIT License
6 stars 7 forks source link

fix to avoid panics for wrong case in parameters of cli #35

Closed arkanoider closed 7 months ago

arkanoider commented 7 months ago

Hi @grunch ,

proposing this modification to have automatic lowercasing of kind order and status, this caused panics if a user do for example:

mostro-cli listorders -k SELL

and not:

mostro-cli listorders -k Sell

let me know what you think...