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

Help instructions confusing #143

Closed
daveplunkett opened this issue Nov 13, 2024 · 0 comments · Fixed by #144
Closed

Help instructions confusing #143

daveplunkett opened this issue Nov 13, 2024 · 0 comments · Fixed by #144
Assignees

Comments

@daveplunkett
Copy link
Member

The usage instructions for the files parameter show an example glob pattern surrounded by single quotes

 -f, --files string (optional)          Glob pattern that specifies a set of files to upload. For example,
                                         **/*.{pdb,exe,dll} will recursively search for .pdb, .exe, and .dll files.
                                         Defaults to '*.js.map'

However, using single quotes fails for me. I can get it to work with double quotes. Perhaps our usage should show double quotes?

 symbol-upload-windows.exe -b tormore -a symtest -v 1.0 -u [email protected] -p "BQM3PHXHi&H8S$Q" -f '**/*.{pdb,exe,dll}'
About to authenticate...
Authentication success!
Could not find any files to upload using glob ./'**/*.{pdb,exe,dll}'!
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

Successfully merging a pull request may close this issue.

2 participants