Suggest an idea for Knip
I'm working on an app where I call gsutil as a child process
knip.json:
{
"ignoreBinaries": ["gsutil"]
}
I migrated from Execa to Nano-Spawn
- await execa('gsutil', arguments_);
+ await spawn('gsutil', arguments_);
Now Knip doesn't recognize the gsutil call:
Configuration hints (1)
gsutil knip.json Remove from ignoreBinaries
Suggest an idea for Knip
I'm working on an app where I call
gsutilas a child processknip.json:{ "ignoreBinaries": ["gsutil"] }I migrated from Execa to Nano-Spawn
Now Knip doesn't recognize the
gsutilcall: