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 {
557557 ///
558558 /// [`args`]: Command::args
559559 ///
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+ ///
560563 /// # Examples
561564 ///
562565 /// Basic usage:
@@ -582,6 +585,9 @@ impl Command {
582585 ///
583586 /// [`arg`]: Command::arg
584587 ///
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+ ///
585591 /// # Examples
586592 ///
587593 /// Basic usage:
You can’t perform that action at this time.
0 commit comments