Replies: 1 comment 2 replies
-
|
It would help if this would more explicit in what is intended. For example, do you mean $ bin https://duckduckgo.com https://google.com
$ bin -lhttps://duckduckgo.com https://google.com
$ bin --links=https://duckduckgo.com https://google.comtranslates to links = [
"https://duckduckgo.com",
"https://google.com",
] |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i was wondering if there was a similar way to how other cli parsers can provide this functionality
and in code get a Vec
Beta Was this translation helpful? Give feedback.
All reactions