Structs§
- Command
Output - Output from executing a command.
Enums§
- Command
Error - Errors occurring during command execution.
Constants§
- REQUIRED_
GIT - The minimum
gitversion callisto supports, as asemver::VersionReqgrammar string consumed directly bycheck_git_version— the single place this floor is defined, so the requirement used for the actual comparison and the one rendered inCommandError::IncompatibleVersion’s message can never drift apart.
Traits§
- Command
Runner - Trait for executing subprocess commands.
Functions§
- check_
git_ version - Validates git version against the
REQUIRED_GITfloor.