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
The completion command is only recognized if it is the first argument.
completion
This causes problems when a flag is used before it, e.g. flutter --no-version-check completion.
flutter --no-version-check completion
The text was updated successfully, but these errors were encountered:
flutter: Remove --no-version-check from the immutable wrapper
b16e344
This is not technically needed anyway, as the feature is removed in disable-auto-update.patch. Prepending this argument causes issues: - kevmoo/completion.dart#33 - flutter/flutter#124793
PRs welcome! I'm not spending a lot of time on this tool...
Sorry, something went wrong.
No branches or pull requests
The
completion
command is only recognized if it is the first argument.This causes problems when a flag is used before it, e.g.
flutter --no-version-check completion
.The text was updated successfully, but these errors were encountered: