 |
Darwin
1.0
Event loop based prototype framework
|
#include <filesystem>
#include <fstream>
#include <memory>
#include <stdexcept>
#include "darwin.h"
#include <TTree.h>
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
51 vector<fs::path> inputs;
53 DT::Options options(
"Generates an empty metainfo and prints it to standard output.");
54 options.arg<
string>(
"format",
"format",
"Output format, info|json|xml");
57 catch (boost::exception& e) {
void Diagnostic(const boost::exception &e)
Definition: exceptions.h:116