Parse multiple URLs via command line
Closes: #44, #47 I used pico-args over clap because the former only adds about 1KB of binary bloat whereas clap adds almost 1MB.
This commit is contained in:
parent
f441d24760
commit
3fd8641df2
4 changed files with 76 additions and 19 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -1083,6 +1083,7 @@ dependencies = [
|
|||
"libcosmic",
|
||||
"log",
|
||||
"mpris-server",
|
||||
"pico-args",
|
||||
"rust-embed",
|
||||
"serde",
|
||||
"smol_str",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue