mirror of https://github.com/shirou/gopsutil
process: add CmdlineSlice for darwin + windows
darwin will not perform correctly if there are spaces in the actual arguments, in which case a single argument will be reported as multple. Some CGO would be needed to get around this I think. I couldn't find any good documentation on how windows handles command line arguments with spaces inside the actual arguments, so this implementation merely just splits on spaces.pull/167/head
parent
d098bf135f
commit
8c186ae593
Loading…
Reference in New Issue