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

--root-dir parameter needs space before assignment #539

Open
AvihayTsayeg opened this issue Nov 14, 2016 · 1 comment
Open

--root-dir parameter needs space before assignment #539

AvihayTsayeg opened this issue Nov 14, 2016 · 1 comment

Comments

@AvihayTsayeg
Copy link

Hi,
when using --root-dir= without space it return an error

lettuce --root-dir={feature dir}

Oops!
could not find features at ./features

but when adding space before the assignment it is working fine

lettuce --root-dir= {feature dir}

Regards, Avihay

@grayaii
Copy link

grayaii commented Jan 28, 2017

Also, without an equal sign you also get the same error.

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