Alex Eagle
Alex Eagle
Note, target completion is also missing, and that's not possible for cobra to generate so we'll have to study what bazel does.
Maybe also a command-line flag to just "act like bazelisk"
Added a test for the cache.go file. I'm not really sure what automated testing makes sense for the functions in the wizard.go file since it's mostly UI code and a...
I started on the integration test to interact with the interactive mode, and it's really messy. I also think changes to this workflow will always need some manual testing, because...
the three locations are those described in #225
Note that terraform has an extensive doc on versioning: https://github.com/hashicorp/terraform/tree/main/docs/plugin-protocol I'd strongly prefer that we follow that as much as possible - part of our decision to use the hashicorp...
Before the prompting logic above, look in the BUILD file for the cwd package 1. for `bazel test` if there is one `test_suite` in the package, test that. No directives...
Looks like this went stale, sorry!
maybe for 1.0 we just error when two enabled plugins register colliding commands
Should be part of #160