Expand description
Utility functions.
Structs§
- Exit
Code - Represents the code to exit the process with.
Functions§
- get_
from_ path - Returns a path for a given file, searching through PATH to find it.
- get_sh
- Returns the path to a shell suitable for running hooks.
Type Aliases§
- Eyre
Exit Or - Encapsulate both an
eyre::Result<T>
and a possible subcommand exit code.