update release

This commit is contained in:
2022-04-08 11:10:15 +02:00
15 changed files with 159 additions and 177 deletions

View File

@ -45,6 +45,7 @@ int main() {
for (const auto &cmd : commands) {
std::ostringstream os;
std::cout << cmd << '\n';
proxy.Call(cmd, {}, -1, slsDetectorDefs::HELP_ACTION, os);
auto tmp = os.str().erase(0, cmd.size());