docs/cmdline-opts/_OPTIONS.md: mention the as-is concept generically

This commit is contained in:
Daniel Stenberg 2025-07-06 12:33:51 +02:00
parent 4188db5db9
commit 0dc2d829a0
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -28,6 +28,9 @@ The first argument that is exactly two dashes (`--`), marks the end of
options; any argument after the end of options is interpreted as a URL
argument even if it starts with a dash.
curl does little to no verification of the contents of command line arguments.
Passing in "creative octets" like newlines might trigger unexpected results.
The following options are global: `%GLOBALS`.
# ALL OPTIONS