This repository was archived by the owner on Jul 16, 2023. It is now read-only.
This repository was archived by the owner on Jul 16, 2023. It is now read-only.
[FEATURE REQUEST] Export CliRunner #457
Closed
Description
It would be useful to have CliRunner
exported.
Use case
We have a package where we customize analyzer rules to share the settings across our products. Recently we've added dart_code_metrics
as a dependency to share its configuration as well. The only problem so far is that we cannot use the CLI analyzer because of the restriction "Cannot run executables in transitive dependencies".
Exporting CliRunner
would allow creating an executable in our package and proxy all the calls to CliRunner
.