Skip to content

Commit 7b24f95

Browse files
committed
feat: add delete command
1 parent a5b2e57 commit 7b24f95

File tree

12 files changed

+1209
-307
lines changed

12 files changed

+1209
-307
lines changed

Cargo.lock

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ path = "src/main.rs"
1111
doc = false
1212

1313
[dependencies]
14-
clap = { version = "4.5.3", features = [] }
14+
clap = { version = "4.4", features = ["derive"] }
1515
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "process"] }
1616
anyhow = "1.0.81"
1717
chrono = "0.4.35"

0 commit comments

Comments
 (0)