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:
Josh Megnauth 2025-02-10 23:13:10 -05:00 committed by Jeremy Soller
parent f441d24760
commit 3fd8641df2
4 changed files with 76 additions and 19 deletions

1
Cargo.lock generated
View file

@ -1083,6 +1083,7 @@ dependencies = [
"libcosmic",
"log",
"mpris-server",
"pico-args",
"rust-embed",
"serde",
"smol_str",