parseProcArgv
parseProcArgv(
raw): readonlystring[]
Defined in: packages/core/src/kernel/lib/proc-parsers.ts:52
Parse the contents of /proc/<pid>/argv.
Format: one argument per line, trailing newline.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”readonly string[]