refactor: switch to argv for argument handling

This commit is contained in:
Harsh Shandilya 2022-05-01 18:12:41 +05:30
parent 1a1e97722b
commit a5c22063cd
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 10 additions and 6 deletions

View file

@ -13,6 +13,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
[dependencies]
anyhow = "1.0.57"
argv = "0.1.5"
clipboard-master = "3.1.3"
copypasta = { version = "0.7.1", default-features = false, features = ["x11"] }
dirs = "4.0.0"