cli
cli copied to clipboard
Replace current completion generation package with something else
posener/complete has been abandoned (not updated since 2020) and it clearly has some flaws.
It'd be great if it could be replaced with a solution that tackled the issues presented here:
- https://github.com/hashicorp/terraform/issues/28788
- https://github.com/hashicorp/terraform/issues/32611
Cobra's shell completions provide some of the required features. Could something like it be implemented?
rsteube/carapace also looks within scope of this issue