We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7f501 commit 53de42eCopy full SHA for 53de42e
src/libstd/env.rs
@@ -671,6 +671,10 @@ pub struct ArgsOs { inner: sys::args::Args }
671
/// set to arbitrary text, and may not even exist. This means this property should
672
/// not be relied upon for security purposes.
673
///
674
+/// On Unix systems shell usually expands unquoted arguments with glob patterns
675
+/// (such as `*` and `?`). On Windows this is not done, and such arguments are
676
+/// passed as-is.
677
+///
678
/// # Panics
679
680
/// The returned iterator will panic during iteration if any argument to the
0 commit comments