Files
rust/library/std/src
Matthias Krüger a685cdc34f Rollup merge of #123726 - jieyouxu:command-new-docs, r=Nilstrieb
Clarify `Command::new` behavior for programs with arguments

I mistakenly passed program path along arguments as the same string into `Command::new` a couple of times now. It might be useful to explicitly highlight that `Command::new` intends to accept path to a program, not path to a program plus arguments. Also nudge the user to use `Command::arg` or `Command::args` if they wish to pass arguments.
2024-06-13 22:55:44 +02:00
..
2023-12-10 10:56:22 +08:00
2023-12-10 10:56:22 +08:00
2024-04-10 13:50:27 -04:00
2024-04-10 13:50:27 -04:00
2023-12-22 11:01:42 +01:00
2024-06-11 16:52:02 +02:00
2024-03-20 15:35:13 +01:00
2024-01-11 11:30:12 -05:00
2024-06-11 16:52:02 +02:00
2024-06-11 16:52:02 +02:00
2023-11-26 09:25:07 +08:00
2024-05-16 15:41:06 -05:00
2024-05-16 15:41:06 -05:00
2024-06-07 08:30:00 +08:00
2023-12-12 18:12:23 +08:00
2024-05-01 21:01:51 -04:00
2024-06-11 15:47:00 +02:00
2024-04-08 11:57:17 +00:00
2024-06-04 11:53:59 +01:00
2024-03-07 07:49:22 +01:00