Merge branch 'development' into LTS_development
This commit is contained in:
commit
26c9f964be
8 changed files with 44 additions and 9 deletions
|
@ -15,6 +15,7 @@ int main(int argc, char * argv[]) {
|
|||
mistOut::init(&conf);
|
||||
if (conf.parseArgs(argc, argv)) {
|
||||
if (conf.getBool("json")) {
|
||||
mistOut::capa["version"] = PACKAGE_VERSION;
|
||||
std::cout << mistOut::capa.toString() << std::endl;
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue