We want the ability to pass our own flags to open, specifically the -R
flag if we detect it is on darwin
os. #175
Can you allow passing along flags to open as part of the options?
const opn = require('opn')
if (os.platform() === 'darwin') {
return opn('../foo', { args: '-R'})
}
return opn('../foo')
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too