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
👋 it looks like pyoxidizer has some behavior change in the most release update.
Before I can run
$ pyoxidizer init-rust-project hello_world $ cd hello_world $ pyoxidizer build
But now pyoxidizer build does not do anything unless I append the --verbose flag.
pyoxidizer build
--verbose
kind of relates to Homebrew/homebrew-core#96411
as mentioned by @cho-m
Probably upstream issue/change due to 6a1def4
.arg_required_else_help(true) is set for pyoxidizer build
The text was updated successfully, but these errors were encountered:
b3825f0
Thank you for the bug report! I've fixed this in main. Will hopefully get a release out the door in the next few days.
main
Sorry, something went wrong.
No branches or pull requests
👋 it looks like pyoxidizer has some behavior change in the most release update.
Before I can run
But now
pyoxidizer build
does not do anything unless I append the--verbose
flag.kind of relates to Homebrew/homebrew-core#96411
as mentioned by @cho-m
The text was updated successfully, but these errors were encountered: