We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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"
--createevents="file.xml"
--createevents "file.xml"
-c"file.xml"
-c "file.xml"
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: