()
| 6410 | sys.exit(0) |
| 6411 | |
| 6412 | def PrintVersion(): |
| 6413 | sys.stdout.write('Cpplint fork (https://github.com/cpplint/cpplint)\n') |
| 6414 | sys.stdout.write('cpplint ' + __VERSION__ + '\n') |
| 6415 | sys.stdout.write('Python ' + sys.version + '\n') |
| 6416 | sys.exit(0) |
| 6417 | |
| 6418 | def PrintCategories(): |
| 6419 | """Prints a list of all the error-categories used by error messages. |