huwwp / cryptop

command line crypto portfolio
MIT License
235 stars 41 forks source link

Have no digit separator? #40

Open jgoggan opened 7 years ago

jgoggan commented 7 years ago

So, now that you can specify a locale and get a comma (or whatever) added for longer numbers... Is there no way to just turn that off? I'd simply like to have the numbers printed as-is without any separator at all. The default "monetary=" is blank -- but that still adds commas. Can we have a way to specify that we don't want any such character added to the numbers?

Also, I'm confused how "dec_places" is used. It doesn't appear to have any effect when I change it. What is it supposed to be?

Thanks!