Port tools to cxxopts (#904)

* Port tools to cxxopts

* Fix minify tool architecture argument

* Fix wrong return code in json2json

* Change return codes

* Better handling of the errors.

* Updating to latest version.

* cxxopts outside of SIMDJSON_COMPETITION

Co-authored-by: Daniel Lemire <lemire@gmail.com>
This commit is contained in:
yoannlr
2020-05-29 21:39:23 +02:00
committed by GitHub
parent ac0c3093f4
commit f772bf4fbc
7 changed files with 171 additions and 126 deletions
+3
View File
@@ -31,3 +31,6 @@
[submodule "dependencies/benchmark"]
path = dependencies/benchmark
url = https://github.com/google/benchmark.git
[submodule "dependencies/cxxopts"]
path = dependencies/cxxopts
url = https://github.com/jarro2783/cxxopts