Crate gix_command
source ·Expand description
Launch commands very similarly to Command, but with git specific capabilities and adjustments.
Modules§
Structs§
- Additional information that is relevant to spawned processes, which typically receive a wealth of contextual information when spawned from
git.
Functions§
- Parse the shebang (
#!<path>) from the first line ofexecutable, and return the shebang data when available. - Prepare
cmdfor spawning by configuring it with various builder methods.