eradicate 0.1.1

A cli utility to remove hosts from your known_hosts file
[dependencies.clap]
features = ["derive"]
version = "3.2.8"

[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"
resolver = "2"
version = "0.1.1"