`showoff create` fails silently if no presentation name is given
Opened this issue · 3 comments
MatrixFrog commented
This might sound kind of dumb but I just installed showoff, and then did
$ mkdir myNewPresentation
$ cd myNewPresentation
$ showoff create
and instead of a message saying: usage: showoff create <project name>
it just did nothing, and it was not immediately obvious to me why.
davetron5000 commented
Seems to be a bug in GLI. Looking into it…
davetron5000 commented
Fixed in GLI 1.3.2 and pull request to update the dependency in #101.
You can avoid this anywhere you have showoff already installed by gem install gli
and showoff should use the latest version
MatrixFrog commented
Very cool, thanks for the quick response!
On Jul 2, 2011 4:38 PM, "davetron5000" <
reply@reply.github.com>
wrote: