feat: Automatically stage all changes and improve error handling.

This commit is contained in:
atheeq-rhxn 2025-07-08 14:52:48 +05:30
parent fca5c0f5bc
commit e6526ec2c7
3 changed files with 31 additions and 32 deletions

View file

@ -10,4 +10,4 @@ path = "src/main.rs"
[dependencies]
arboard = "3.4.1"
clap = { version = "4.4.12", features = ["derive"] }
inquire = { version = "0.6.2" }
inquire = { version = "0.7.5" }