perillaroc / porter-ng

GrADS to GRIB2 data converter using ecCodes.
MIT License
0 stars 0 forks source link

use a new program options library #3

Closed perillaroc closed 6 years ago

perillaroc commented 6 years ago

Currently porter-ng uses boost::program_options to parse common line options.

But it is not the best choice.

Another program options library is required. Such as cxxopts