eradicate 0.1.3

A cli utility to remove hosts from your known_hosts file
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.clap]
features = ["derive"]
version = "4.0.29"

[dependencies.colorful]
version = "0.2.1"

[package]
authors = ["Max Erdelmeier <graukolos@graukolos.tech>"]
categories = ["command-line-utilities"]
description = "A cli utility to remove hosts from your known_hosts file"
edition = "2021"
keywords = ["cli", "ssh"]
license = "GPL-3.0"
name = "eradicate"
readme = "README.md"
repository = "https://github.com/graukolos/eradicate"
version = "0.1.3"