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 #166

Closed
ericnewton76 opened this issue Nov 4, 2017 · 1 comment
Closed

Syntax for the path - clarification #166

ericnewton76 opened this issue Nov 4, 2017 · 1 comment

Comments

@ericnewton76
Copy link
Member

Issue by ajtruckle
Monday Sep 04, 2017 at 19:25 GMT
Originally opened as gsscoder/commandline#478


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?

@ericnewton76
Copy link
Member Author

Comment by ajtruckle
Monday Sep 04, 2017 at 20:30 GMT


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

2 participants