ddollar / forego

Foreman in Go
1.43k stars 175 forks source link

Fix longest name length #90

Closed enr closed 8 years ago

enr commented 8 years ago

Hi @ddollar, thanks for your work on Forego.

Just an aesthetical issue: there is a wrong alignement when the longest name of processes has length 6.

A Procfile:

qwerty: echo 'hi'

Output with current version:

forego  | starting qwerty.1 on port 5000
qwerty.1 | hi

Output applying this commit:

forego   | starting qwerty.1 on port 5000
qwerty.1 | hi
ddollar commented 8 years ago

Thanks!