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

7
Cargo.lock generated
View file

@ -26,6 +26,12 @@ version = "1.0.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
[[package]]
name = "argv"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "593b6306f88ed573d52d5d07e309317f1c5e95777bf559b2ddb33f50b7d1158d"
[[package]]
name = "assay"
version = "0.1.1"
@ -86,6 +92,7 @@ name = "clipboard-substitutor"
version = "0.5.0"
dependencies = [
"anyhow",
"argv",
"assay",
"clipboard-master",
"copypasta",