aspect-cli
aspect-cli copied to clipboard
feature request: attribute suggestions
For example, when bazel gives an error like "no such attribute 'contents' in 'write_file' rule" we should use the heuristics other tools use and output "did you intent to write 'content'?"
Could add an "do you want to auto-fix?" prompt in theory and bulldoze it to correctness
Related: https://github.com/bazelbuild/bazel/issues/7163