kr / hk

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

owner should appear before collaborators in info output #44

Open kr opened 11 years ago

kr commented 11 years ago

@adamwiggins says:

Always throws me off that the heroku info output looks like this:

Collaborators: collab0@example.com
               collab1@example.com
               collab2@example.com
               collab3@example.com
               collab4@example.com

Git URL:       git@heroku.com:myapp.git
Owner Email:   owner@example.com
Repo Size:     43M

I wish it was:

Owner:         owner@example.com
Collaborators: collab0@example.com
               collab1@example.com
               collab2@example.com
               collab3@example.com
               collab4@example.com

Git URL:       git@heroku.com:myapp.git
Repo Size:     43M