Crate git_command

Source
Expand description

Launch commands very similarly to Command, but with git specific capabilities and adjustments.

Structs§

Prepare
A structure to keep settings to use when invoking a command via spawn(), after creating it with prepare().

Functions§

prepare
Prepare cmd for spawning by configuring it with various builder methods.