Support new type of option value (#1504)
authorРоман Михайлович Русяев/AI Tools Lab /SRR/Staff Engineer/삼성전자 <r.rusyaev@samsung.com>
Mon, 17 Sep 2018 13:14:05 +0000 (16:14 +0300)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 17 Sep 2018 13:14:05 +0000 (16:14 +0300)
commit49887939e73b2066ef5091dccfb2c2c04f30ac0e
tree232b2084de0b166d5eec2ae705e4ed928b3e420d
parent2dac23a046bf1742aae256777c9a00cf48dbda62
Support new type of option value (#1504)

* support `std::vector<std::string>` type for option
* support multiple values for option in command line parser
* write unit test for new functionality

Signed-off-by: Roman Rusyaev <r.rusyaev@samsung.com>
contrib/nnc/include/support/CommandLine.h
contrib/nnc/support/CommandLine.cpp
contrib/nnc/unittests/support/CommandLineTest.cpp