Options::parse() should complain about unsupported options and should print help
Aperta
- Lingua principale
- C++
- Stelle
- 335
- Fork
- 88
- Merge medio
- 1h 28m
- PR unite (30g)
- 1
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.