ExecBuilder.argument

Add literal argument which is not field code.

struct ExecBuilder
@safe ref
argument
(
string arg
,
Flag!"forceQuoting" forceQuoting = No.forceQuoting
)

Parameters

arg
Type: string

Literal argument. Value will be escaped and quoted as needed.

forceQuoting
Type: Flag!"forceQuoting"

Whether to force argument quotation.

Return Value

this object for chained calls.

Meta