-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new properties for the path and arguments separately #7
Comments
@coffeedoughnuts @alextes Thoughts on this? Does it make sense? If not, any better suggestions? |
I think that makes sense; and it's an additive change yes? No won't break anything if theres an issue with it. |
Hmm, I'm not that familiar with |
@IssueHunt has funded $40.00 to this issue. See it on IssueHunt |
Can be done with different API, but that would require using more than just |
I think the conclusion from the issue and many others here is that |
What other API? And why would it require writing a whole article? |
Ideally, someone would write a cross-platform binary for this in Rust and we could just bundle some binaries for each platform, and fall back to |
Currently there's
process.cmd
, but it includes both the path and arguments. Would be useful for sindresorhus/fkill-cli#16 to have separateprocess.path
andprocess.args
properties.Context:
The text was updated successfully, but these errors were encountered: