Bugzilla – Bug 2901
Add CommandLine::Parse (const std::vector<std::string>> args);
Last modified: 2018-04-03 17:53:33 UTC
Drew_drw on the users list: https://groups.google.com/forum/#!topic/ns-3-users/jS1JsF_N3ts posted a snippet where he constructs an arg vector of strings, then calls Parse. To do that he has to convert the vector to a C array of C-strings, yuck. Implementing this should be trivial...
Pushed in r13462 (691e29d1)