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
Your sample tool expects the filename to be passed with -i.
I think this could be made simpler by just accepting a filename, e.g. ds_storeviewer [path_to]/.DS_Store
Also in case no parameter is given at all you could just try if .DS_Store exists in the current directory with its original filename and parse that.
Furthermore I'd suggest to have the example code as a file itself and not as part of the readme.
The text was updated successfully, but these errors were encountered:
Hi @hannob , thanks for the suggestions! I've opened a PR which should fix the issues.
Do you mind reviewing it?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Your sample tool expects the filename to be passed with -i.
I think this could be made simpler by just accepting a filename, e.g.
ds_storeviewer [path_to]/.DS_Store
Also in case no parameter is given at all you could just try if .DS_Store exists in the current directory with its original filename and parse that.
Furthermore I'd suggest to have the example code as a file itself and not as part of the readme.
The text was updated successfully, but these errors were encountered: