Hextremist / mapredo

Mapredo -- Mapreducing at the speed of C
GNU Lesser General Public License v2.1
0 stars 1 forks source link

Port TCLAP to gflags #22

Open Hextremist opened 9 years ago

Hextremist commented 9 years ago

Due to our requirements to let plugins define cmdline options, gflags seems like a better match. Make sure that the scenarios are solvable using gflags first:

mapredo myplugin --help mapredo myplugin -s whatever

Hextremist commented 9 years ago

gflags does not support short "-s" type flags. I think we can live with this, if it otherwise works better than tclap.