mirror of
https://github.com/wahyd4/forego.git
synced 2026-08-09 05:07:05 +10:00
d42165a186c1e4bdc772b9fa4dff9506e9294537
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 ```
Languages
Go
91.9%
Ruby
3.3%
Shell
3%
Makefile
1.1%
Procfile
0.7%