Skip to content
Snippets Groups Projects

Pythia DIS

Merged Whitney Armstrong requested to merge dis_pythia into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -68,7 +68,7 @@ settings cmdline_settings(int argc, char* argv[]) {
@@ -68,7 +68,7 @@ settings cmdline_settings(int argc, char* argv[]) {
" options:" % (option("-h", "--help").set(s.selected, mode::help) % "show help"),
" options:" % (option("-h", "--help").set(s.selected, mode::help) % "show help"),
value("file", s.outfile).if_missing([] {
value("file", s.outfile).if_missing([] {
std::cout << "You need to provide an output filename argument!\n";
std::cout << "You need to provide an output filename argument!\n";
}) % "output file");
}) % "output file";
auto cli =
auto cli =
(command("help").set(s.selected, mode::help) | lastOpt);
(command("help").set(s.selected, mode::help) | lastOpt);
Loading