Rollup merge of #116146 - Milo123459:milo/clarify-arg-documentation, r=thomcc
Clarify `arg` and `args` documentation Fixes #95400
This commit is contained in:
commit
d5bd019645
@ -607,7 +607,7 @@ impl Command {
|
|||||||
///
|
///
|
||||||
/// Note that the argument is not passed through a shell, but given
|
/// Note that the argument is not passed through a shell, but given
|
||||||
/// literally to the program. This means that shell syntax like quotes,
|
/// literally to the program. This means that shell syntax like quotes,
|
||||||
/// escaped characters, word splitting, glob patterns, substitution, etc.
|
/// escaped characters, word splitting, glob patterns, variable substitution, etc.
|
||||||
/// have no effect.
|
/// have no effect.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
@ -637,7 +637,7 @@ impl Command {
|
|||||||
///
|
///
|
||||||
/// Note that the arguments are not passed through a shell, but given
|
/// Note that the arguments are not passed through a shell, but given
|
||||||
/// literally to the program. This means that shell syntax like quotes,
|
/// literally to the program. This means that shell syntax like quotes,
|
||||||
/// escaped characters, word splitting, glob patterns, substitution, etc.
|
/// escaped characters, word splitting, glob patterns, variable substitution, etc.
|
||||||
/// have no effect.
|
/// have no effect.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user