cloneit 0.1.1

git clone wrapper that integrates with ~/.ssh/config
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "cloneit"
version = "0.1.1"
authors = ["LateNiteCode <latenitecode@gmail.com>"]
repository = "https://github.com/latenitecoding/cloneit"
keywords = ["git", "clone"]
license-file = "LICENSE"
readme = "README.md"
description = "git clone wrapper that integrates with ~/.ssh/config"
edition = "2024"

[dependencies]
clap = { version = "4.5.48", features = ["derive"] }