function::cmdline_str
Name
function::cmdline_str — Fetch all command line arguments from current process
Synopsis
function cmdline_str:string()
Arguments
None
General Syntax
cmdline_str:
string
Description
Returns all arguments from the current process delimited by spaces. Returns the empty string when the arguments cannot be retrieved.