Provide a short help text and default in error case (#6992)

* Provide a short help text and default in error case

* clean up short options a bit
This commit is contained in:
Derek Bailey
2022-01-31 21:24:48 -08:00
committed by GitHub
parent 14b19d446f
commit bc366a7f9e
3 changed files with 40 additions and 6 deletions

View File

@@ -84,6 +84,7 @@ class FlatCompiler {
int Compile(int argc, const char **argv);
std::string GetShortUsageString(const char *program_name) const;
std::string GetUsageString(const char *program_name) const;
private: