rmsafe 1.3.0

after almost accidentally rm(ing) my C homework folder, I decided to create this to NOT do that in the future, goal is to do everything that the unix command rm can do
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.clap]
features = ["derive"]
version = "4.0.26"

[dependencies.glob]
version = "0.3.0"

[package]
authors = ["Adhyan H. <adhyanpatel@gmail.com>"]
description = "after almost accidentally rm(ing) my C homework folder, I decided to create this to NOT do that in the future, goal is to do everything that the unix command rm can do"
edition = "2021"
license = "MIT"
name = "rmsafe"
readme = "README.md"
resolver = "2"
version = "1.3.0"