hbristow / argparse

A slimline C++ class for parsing command-line arguments, with an interface similar to python's class of the same name
BSD 3-Clause "New" or "Revised" License
267 stars 68 forks source link

Please add license information #3

Open dm0 opened 8 years ago

dm0 commented 8 years ago

Could you please add license information to your project?

mmateja commented 7 years ago

Any update on this? Library look really simple and easy to use. That's exactly what I'm looking for but I don't know if I can use it in my projects.

garyo commented 7 years ago

I would also like to know what license this is released under.

osiewers commented 7 years ago

I really would like to use this library, but I'm not going to unless license is added.

dhiraj113 commented 7 years ago

Try using this - https://github.com/Taywee/args

Does similar stuff, is much more robust and has MIT license.