Options::parse() should complain about unsupported options and should print help
Abierto
- Lenguaje dominante
- C++
- Estrellas
- 335
- Forks
- 88
- Merge medio
- 1 h 28 min
- PR fusionados (30 d)
- 1
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.