DanielRapp / twss.js

A node.js "that's what she said" classifier
MIT License
694 stars 34 forks source link

Added help output when there are too few arguments #11

Closed twolfson closed 11 years ago

twolfson commented 11 years ago

I got tired of seeing nothing when I didn't provide any arguments.

As a result, help is shown when there are too few arguments

$ twss
twss classifies if a sentence can be replied with "that's what she said".

Options:
  -a, --algo          sets the algorithm to use.
...