| 53 | } |
| 54 | |
| 55 | bool InvokeApp::init(const std::string& force_temp) |
| 56 | { |
| 57 | tempname_ = force_temp.empty() ? format_now_for_filename() : force_temp; |
| 58 | |
| 59 | LogDebug << VAR(tempname_); |
| 60 | |
| 61 | return true; |
| 62 | } |
| 63 | |
| 64 | std::optional<std::vector<std::string>> InvokeApp::abilist() |
| 65 | { |