customToolReplacesArgs property
The number of arguments to delete from the beginning of the argument list when invoking customTool.
For example, setting customTool to dart_test and
customToolReplacesArgs to 2 for a test run would invoke
dart_test foo_test.dart instead of dart run test:test foo_test.dart.
Implementation
final int? customToolReplacesArgs;