Expand description
A simple command line utility that provides an easy way to organize clones of remote git repositories
§Usage
Add this to your Cargo.toml:
[dependencies]
souko = "0.2.2"Structs§
Type Aliases§
- Result
- type alias for
Result<T, Report>