kr / hk

Fast Heroku client
https://hk.heroku.com/
77 stars 6 forks source link

Sort dyno list properly with >=10 dynos, fixes #53 #69

Closed bgentry closed 10 years ago

bgentry commented 10 years ago

Before:

$ hk -a mytestapp ls dynos
check.1
check.10
check.11
check.12
check.13
check.14
check.15
check.16
check.17
check.18
check.19
check.2
check.20
check.3
check.4
check.5
check.6
check.7
check.8
check.9

After:

$ hk -a mytestapp ls dynos
check.1
check.2
check.3
check.4
check.5
check.6
check.7
check.8
check.9
check.10
check.11
check.12
check.13
check.14
check.15
check.16
check.17
check.18
check.19
check.20
kr commented 10 years ago

LGTM

Soon we should come up with a plan for unit tests.

bgentry commented 10 years ago

Yes, agree re: unit tests. Let's chat about that soon.