Skip to content

Commit 06b1d1e

Browse files
committed
feat: add cli
1 parent d6ba526 commit 06b1d1e

14 files changed

Lines changed: 2496 additions & 2101 deletions

Cargo.lock

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

file_classification_cli/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ clap = { version = "4.5", features = ["derive"] }
1111
dialoguer = "0.10.4"
1212
rustyline = "14.0.0"
1313
shlex = "1.3.0"
14+
regex = "1.11.3"
15+
rusqlite = "0.37.0"
1416

1517
[[bin]]
1618
name = "file_classification_cli"

0 commit comments

Comments
 (0)