you will need a .csv file containing your repos with this format:
"alias", "path"
"repo" , "~/path/repo"
Build the proyect and set the executable to your path
cargo run --release
Add a new repository to the .csv file containing your repos
add-repos -a golang -p ~\desktop\golang-proyect
the .csv file should look like this:
"alias", "path"
"golang" , "C:\User\user\desktop\golang-proyect"
Add this code to your $PROFILE
The powershell cli should have more validations and error handling but it is not rust