observing / thor

The WebSocket god of thunder
MIT License
1.29k stars 154 forks source link

I get 'thor help was called with args...' when trying to run #43

Open aetweedie opened 7 years ago

aetweedie commented 7 years ago

I was able to install and when attempting to run thor -A 50 <my url> I get an error message: ERROR: thor help was called with arguments ["-A", "50", "<my url>"] Usage: "thor help [COMMAND].

I am not attempting to call the help command. Any help with this issue will be most helpful.

nobuf commented 7 years ago

I was getting the same message and figured out that's a different thor: http://whatisthor.com/

In my shell environment it shows like the below:

$ which thor
/Users/nobu/.rbenv/shims/thor

This thor should print like this:

$ ./bin/thor
Thor:
Odin is disappointed in you... pity human! You forgot to supply the urls.

With npm install -g it will make a copy at /usr/local/bin/thor and depending on your environment it might not look at the /usr/local/bin first.