Mutate arguments at std::process::Command #87379
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(mutate_command_args)]
This is a tracking issue for adding an API to mutate the arguments of std::process::Command.
Discussed earlier in https://internals.rust-lang.org/t/lack-of-api-mutating-args-at-std-command/14908
Public API
arg_set()
may panic when the index is out of range, only existing elements get replaced.Steps / History
Unresolved Questions
The text was updated successfully, but these errors were encountered: