pub fn walk_subshell<V: Visitor + ?Sized>(
visitor: &mut V,
body: &[CommandList],
io_redirects: &[IoRedirect],
)Expand description
Recursively walk a subshell body and its redirections.
pub fn walk_subshell<V: Visitor + ?Sized>(
visitor: &mut V,
body: &[CommandList],
io_redirects: &[IoRedirect],
)Recursively walk a subshell body and its redirections.