Gecode / Gecode/gecode

Options::parse() should complain about unsupported options and should print help

Open
#144 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
335
Forks
88
Avg merge
1h 28m
Merged PRs (30d)
1

Description

This code:
```
int
main(int argc, char* argv[]) {
Options opt("Testcase");
opt.iterations(200);
opt.parse(argc,argv);
Script::run(opt);
return 0;
}
```
doesn't complain about bad arguments and doesn't print help.

It would be great if it would become a bit more user friendly.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.