completion.dart icon indicating copy to clipboard operation
completion.dart copied to clipboard

A packaged to add shell command completion to your application

Results 3 completion.dart issues
Sort by recently updated
recently updated
newest added

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`.

So far, I can't see a way to use this with `CommandRunner` (from the same `args` package). Support for this would be great, thanks.