kohana / minion

Everyone loves having a minion they can boss around
113 stars 76 forks source link

Support for replacing the previous line written to the console. #38

Closed kiall closed 13 years ago

kiall commented 13 years ago

Looks like I missed a change in the pull request..

Since Minion_CLI::write(); now prepends rather than appends \r\n the final line of output ends up on the same line as your nee bash prompt ..

See here for the 1 liner fix..

zeelot commented 13 years ago

Thanks :) used echo -e "\n" because some editors trim lines automatically (mine =P)