| 202 | } |
| 203 | |
| 204 | static int printUsage(const char* argv[]) { |
| 205 | printf("Usage: %s [--strict] input-json-file", argv[0]); |
| 206 | return 3; |
| 207 | } |
| 208 | |
| 209 | static int parseCommandLine(int argc, const char* argv[], Options* opts) { |
| 210 | opts->parseOnly = false; |