mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 20:07:01 +05:30
refactor: switch to argv for argument handling
This commit is contained in:
parent
1a1e97722b
commit
a5c22063cd
3 changed files with 10 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue