KodlabPenn / kodlab_mjbots_sdk

Repo for kodlab SDK for use with mjbots ecosystem
Other
8 stars 7 forks source link

C++ Argument Parser #86

Open jdcaporale opened 1 year ago

jdcaporale commented 1 year ago

It would be nice to have an argument/flag parser for options, e.g. "sudo ./run_test --dry-run"

The gflags library comes to mind, but some sort of parser would be nice.