Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not pass -u to fmt -- unsupported on osx #88

Merged
merged 1 commit into from
Apr 18, 2018

Commits on Apr 18, 2018

  1. do not pass -u to fmt -- unsupported on osx

    The -u flag results in this error message on osx:
    
        fmt: illegal option -- u
        usage:   fmt [-cmps] [-d chars] [-l num] [-t num]
                     [-w width | -width | goal [maximum]] [file ...]
        Options: -c     center each line instead of formatting
                 -d <chars> double-space after <chars> at line end
                 -l <n> turn each <n> spaces at start of line into a tab
                 -m     try to make sure mail header lines stay separate
                 -n     format lines beginning with a dot
                 -p     allow indented paragraphs
                 -s     coalesce whitespace inside lines
                 -t <n> have tabs every <n> columns
                 -w <n> set maximum width to <n>
                 goal   set target width to goal
    jhoblitt committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    016b674 View commit details
    Browse the repository at this point in the history