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

fetlife username begins with a hyphen i.e: "-slave" #2

Closed
annahowell opened this issue Mar 22, 2015 · 2 comments
Closed

fetlife username begins with a hyphen i.e: "-slave" #2

annahowell opened this issue Mar 22, 2015 · 2 comments

Comments

@annahowell
Copy link

If your username begins with a hyphen and you type:

./fetlife-export.pl -yourusername

The program will produce an error saying "Unknown option: yourusername" because it thinks
that -yourusername is a command of some sort. To get around that type this:

./fetlife-export.pl -- -yourusername

That's
dot forwardslash fetlife-export.pl space hyphen hyphen space -yourusername

Hope this helps someone x

@annahowell annahowell changed the title fetlife username begins with a hyphen i.e: "-slavem-" fetlife username begins with a hyphen i.e: "-slave" Mar 22, 2015
@fabacab
Copy link
Owner

fabacab commented Mar 22, 2015

Ah, yes, thanks for pointing that out. I'll add a note about this to the readme.

@annahowell
Copy link
Author

Add

cpan Term::ReadKey

too x

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