diff --git a/cli/internal/util/run_opts.go b/cli/internal/util/run_opts.go index 4c3c4d8a79bef..8c1abb6156608 100644 --- a/cli/internal/util/run_opts.go +++ b/cli/internal/util/run_opts.go @@ -27,7 +27,7 @@ type RunOpts struct { Parallel bool EnvMode EnvMode - // Whether or not to perform framework inference. + // Whether or not to infer the framework for each workspace. FrameworkInference bool // The filename to write a perf profile. Profile string