pub fn strip_with_spec(spec: &WrapperSpec, words: &[String]) -> Vec<String>Expand description
Strip a wrapper command using its spec and return the remaining arguments.
Correctly handles value-consuming flags, env assignments, and --
terminators as specified by the WrapperSpec.