Leave that rendering decision to the display tool.
Closes #14735
$e =~ s!\$URL!https://example.com!g;
# convert single backslahes to doubles
$e =~ s/\\/\\\\/g;
- print " curl $e\n";
+ print "curl $e\n";
}
print ".fi\n";
}
Example:
.nf
- curl --verbose https://example.com
+curl --verbose https://example.com
.fi
This option is mutually exclusive with \fI\-\-trace\fP and \fI\-\-trace\-ascii\fP.
Example:
.nf
- curl --proto =http,https,sftp https://example.com
+curl --proto =http,https,sftp https://example.com
.fi
See also \fI-v, \-\-fakeitreal\fP and \fI\-\-proto\-default\fP.