find-process
find-process copied to clipboard
find-process [process-name] always finds itself
If I search in the cli like this find-process [app-name]
it always finds at least the find-process-process itself
❯ find-process [APP]
Found 1 process
[node]
pid: 11347
cmd: node /xxx/pnpm/global/5/node_modules/find-process/bin/find-process.js [APP]
Can this be prevented?