Function ExecBuilder.argument

Add literal argument which is not field code.

ref ExecBuilder argument (
  string arg,
  std.typecons.Flag!("forceQuoting") forceQuoting = cast(Flag)false
) return @safe;

Parameters

NameDescription
arg Literal argument. Value will be escaped and quoted as needed.
forceQuoting Whether to force argument quotation.

Returns

this object for chained calls.