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

clean up cxxcaosdbcli

parent ee041b42
Branches
Tags
2 merge requests!42Release 0.2.0,!40F dot in username
Pipeline #24999 passed
Pipeline: caosdb-cppinttest

#25000

    ...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
    #include <memory> // for unique_ptr, allocator, __shared_ptr_... #include <memory> // for unique_ptr, allocator, __shared_ptr_...
    #include <string> // for operator<<, char_traits #include <string> // for operator<<, char_traits
    #include <vector> // for vector #include <vector> // for vector
    const auto logger_name = "libcaosdb"; const auto logger_name = "libcaosdb";
    using boost::program_options::bool_switch; using boost::program_options::bool_switch;
    ...@@ -163,7 +162,7 @@ auto main(int argc, const char *argv[]) -> int { ...@@ -163,7 +162,7 @@ auto main(int argc, const char *argv[]) -> int {
    store(parser.run(), vm); store(parser.run(), vm);
    notify(vm); notify(vm);
    if (vm.count("help")) { if (vm.count("help") != 0U) {
    std::cout << desc << std::endl; std::cout << desc << std::endl;
    } else if (vm["version"].as<bool>()) { } else if (vm["version"].as<bool>()) {
    } else if (vm.count("test-connection") != 0U) { } 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