lisitsyn / tapkee

A flexible and efficient С++ template library for dimension reduction
http://tapkee.lisitsyn.me
BSD 3-Clause "New" or "Revised" License
231 stars 58 forks source link

Use cxxopts for command line arguments #86

Closed lisitsyn closed 5 months ago

lisitsyn commented 5 months ago

cxxopts seems to be a go-to solution for command line options parsing nowadays. Using something well-supported seems better than freezing parser in the code. Also, this cleans up the licensing part.

lisitsyn commented 5 months ago

@iglesias looks like it is ready to go