akamensky / argparse

Argparse for golang. Just because `flag` sucks
MIT License
604 stars 62 forks source link

Implement argument for extracting numerical data from arguments #1

Closed akamensky closed 6 years ago

akamensky commented 6 years ago

Possibly need two separate arguments. One for int and one for float types.

jsullivan3 commented 6 years ago

Just realized that my recent PR (https://github.com/akamensky/argparse/pull/10) handles integer types. I didn't add support for float types, unfortunately...

akamensky commented 6 years ago

Done. Closing.