The `completion` command [is only recognized if it is the first argument](https://github.com/kevmoo/completion.dart/blob/c3c998fe440cd09ec8f02215e6dae6d4cec0aab1/lib/src/try_completion.dart#L58). This causes problems when a flag is used before it, e.g. `flutter --no-version-check completion`.
The
completioncommand 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.