This is part of the Fake.Core.Process module.
Arguments
Represents a list of arguments
Record Fields
Record Field | Description |
Args
Signature: string array
|
|
Original
Signature: string option
|
Instance members
Instance member | Description |
x.ToLinuxShellCommandLine
Signature: string
|
Escape the given argument list according to a unix shell (bash) |
x.ToStartInfo
Signature: string
|
Create a new command line string which can be used in a ProcessStartInfo object.
If given, returns the exact input of |
x.ToWindowsCommandLine
Signature: string
|
This is the reverse of https://msdn.microsoft.com/en-us/library/17w5ykft.aspx |