File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -557,6 +557,9 @@ impl Command {
557
557
///
558
558
/// [`args`]: Command::args
559
559
///
560
+ /// Note that the argument is passed to the program directly as is, so you shouldn't wrap it in quotes
561
+ /// or escape special characters the same way you would do that when running the program from terminal.
562
+ ///
560
563
/// # Examples
561
564
///
562
565
/// Basic usage:
@@ -582,6 +585,9 @@ impl Command {
582
585
///
583
586
/// [`arg`]: Command::arg
584
587
///
588
+ /// Note that each argument is passed to the program directly as is, so you shouldn't wrap it in quotes
589
+ /// or escape special characters the same way you would do that when running the program from terminal directly.
590
+ ///
585
591
/// # Examples
586
592
///
587
593
/// Basic usage:
You can’t perform that action at this time.
0 commit comments