Functions§
- detail_
exit - If code is not 0 (successful exit status), exit status is 101 (rust’s default error code.)
If
is_test
true and code is an error code, it will cause a panic. - fail
- parse_
gitmodules - Returns the submodule paths from the
.gitmodules
file in the given directory. - try_run