standard / semistandard

:icecream: All the goodness of `standard/standard` with semicolons sprinkled on top.
MIT License
1.41k stars 123 forks source link

usage message refers to standard #7

Closed nickdesaulniers closed 9 years ago

nickdesaulniers commented 9 years ago
➜  nanomsg git:(formatting) ✗ semistandard -h
  Usage:
      standard <flags>

  Flags:
      -v, --verbose    Show error codes (so you can ignore specific rules)
          --stdin      Force processing input from stdin
          --version    Display the current version
      -F  --format     EXPERIMENTIAL: format code using standard-format before linting
                       (will not work with stdin)
      -h, --help       Display the help and usage details

  Report bugs:  https://github.com/feross/standard/issues
Flet commented 9 years ago

Cute :)

Flet commented 9 years ago

This is now fixed with the latest release!

nickdesaulniers commented 9 years ago

hooray :beer: