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
User may want to ignore the permission bits specified in the manifest during verification, for platform-specific reason.
e.g. Create a manifest on Unix and verify it on Windows, and vice versa
This could be implemented as a bitmask like this
$ continuity verify --ignore-mode-bits 0777
The text was updated successfully, but these errors were encountered:
mode
@AkihiroSuda Isn't this just a mask?
Sorry, something went wrong.
Yes, it is just a mask. Is it already implemented?
@AkihiroSuda No, but it should be straightforward.
No branches or pull requests
User may want to ignore the permission bits specified in the manifest during verification, for platform-specific reason.
e.g. Create a manifest on Unix and verify it on Windows, and vice versa
This could be implemented as a bitmask like this
$ continuity verify --ignore-mode-bits 0777
The text was updated successfully, but these errors were encountered: