()
| 6710 | sys.exit(0) |
| 6711 | |
| 6712 | def PrintVersion(): |
| 6713 | sys.stdout.write('Cpplint fork (https://github.com/cpplint/cpplint)\n') |
| 6714 | sys.stdout.write('cpplint ' + __VERSION__ + '\n') |
| 6715 | sys.stdout.write('Python ' + sys.version + '\n') |
| 6716 | sys.exit(0) |
| 6717 | |
| 6718 | def PrintCategories(): |
| 6719 | """Prints a list of all the error-categories used by error messages. |