Skip to content
Snippets Groups Projects
Verified Commit 23b34547 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

clean up cxxcaosdbcli

parent ee041b42
No related branches found
No related tags found
2 merge requests!42Release 0.2.0,!40F dot in username
Pipeline #24999 passed
Pipeline: caosdb-cppinttest

#25000

    ......@@ -38,7 +38,6 @@
    #include <memory> // for unique_ptr, allocator, __shared_ptr_...
    #include <string> // for operator<<, char_traits
    #include <vector> // for vector
    const auto logger_name = "libcaosdb";
    using boost::program_options::bool_switch;
    ......@@ -163,7 +162,7 @@ auto main(int argc, const char *argv[]) -> int {
    store(parser.run(), vm);
    notify(vm);
    if (vm.count("help")) {
    if (vm.count("help") != 0U) {
    std::cout << desc << std::endl;
    } else if (vm["version"].as<bool>()) {
    } else if (vm.count("test-connection") != 0U) {
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment