Command Extra
Additional methods for std::process::Command.
Motivation
Default Command mutation methods take a mutable reference and return a mutable reference, making sharing code verbose:
With CommandExtra, the above code can be shorter:
Additional methods for std::process::Command.
Default Command mutation methods take a mutable reference and return a mutable reference, making sharing code verbose:
With CommandExtra, the above code can be shorter: