hetznercloud / cli

A command-line interface for Hetzner Cloud
MIT License
1.12k stars 80 forks source link

misfortunate number formatting > 10^6, maybe > 2^20 #136

Closed ghost closed 6 years ago

ghost commented 6 years ago
$ hcloud image list
ID             TYPE       NAME           DESCRIPTION                IMAGE SIZE   DISK SIZE   CREATED
1              system     ubuntu-16.04   Ubuntu 16.04               -            5 GB        8 months ago
2              system     debian-9       Debian 9                   -            5 GB        8 months ago
3              system     centos-7       Centos 7                   -            5 GB        8 months ago
4              system     fedora-27      Fedora 27                  -            5 GB        8 months ago
168855         system     ubuntu-18.04   Ubuntu 18.04               -            5 GB        4 months ago
266848         system     fedora-28      Fedora 28                  -            5 GB        3 months ago
1.056573e+06   snapshot   -              debian-9-custom-trallala   0.7 GB       20 GB       20 hours ago

^^^^^^^^^^^^^ last line showing error
ghost commented 6 years ago

seems fixed in 1.8.0, thanks