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

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

Open
aetweedie opened this issue Jan 9, 2017 · 1 comment
Open

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

aetweedie opened this issue Jan 9, 2017 · 1 comment

Comments

@aetweedie
Copy link

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
Copy link

nobuf commented Feb 24, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants