spf13 / pflag

Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
BSD 3-Clause "New" or "Revised" License
2.43k stars 348 forks source link

feat: Support URLs as a native Flag type #398

Open neelanjan00 opened 8 months ago

neelanjan00 commented 8 months ago

Support URLs as a native Flag type. This can be achieved using the url.URL package.

neelanjan00 commented 8 months ago

I will be glad to contribute to this, please LMK if should get started!