()
| 6698 | sys.exit(0) |
| 6699 | |
| 6700 | def PrintVersion(): |
| 6701 | sys.stdout.write('Cpplint fork (https://github.com/cpplint/cpplint)\n') |
| 6702 | sys.stdout.write('cpplint ' + __VERSION__ + '\n') |
| 6703 | sys.stdout.write('Python ' + sys.version + '\n') |
| 6704 | sys.exit(0) |
| 6705 | |
| 6706 | def PrintCategories(): |
| 6707 | """Prints a list of all the error-categories used by error messages. |