Command Group
Extension to Command
to spawn in a process group.
- API documentation.
- Dual-licensed with Apache 2.0 and MIT.
- Uses Caretaker Maintainership.
- Minimum Supported Rust Version: 1.51.0.
Quick start
[]
= "1.0.3"
use Command;
use CommandGroup;
let mut child = new.arg.group_spawn?;
let status = child.wait?;
dbg!;