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

Syntax for the path - clarification #478

Open
ajtruckle opened this issue Sep 4, 2017 · 1 comment
Open

Syntax for the path - clarification #478

ajtruckle opened this issue Sep 4, 2017 · 1 comment

Comments

@ajtruckle
Copy link

Hi

I used:

file -c".\TheFile.xml"

It was fine.

I tried:

file -c=".\TheFile.xml"

Not what I expected. I thought it would strip the = character. Is that right?

@ajtruckle
Copy link
Author

It seems that -- options can use a = or a space character but - options must use no character or a space.

--createevents="file.xml"
--createevents "file.xml"
-c"file.xml"
-c "file.xml"

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

1 participant