1 This is a really dumb semi-implementation of fmt(1). You might want find
2 it useful (more than the GNU or *BSD offerings) if
4 - You want prefix autodetection,
6 - You want unicode handled automatically,
8 - You want want one space, not two, after sentence endings,
10 - You don't want fancy algorithms to try and best-fill or justify your
13 - You will use absolutely anything just because it's written in
16 Read the tests or main.myr for more information and configuration
17 details (hint: there aren't any).