mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
scripts/README: add check-errors.sh description (#19710)
This commit is contained in:
@@ -21,6 +21,7 @@ This section contains a summary of the scripts available in this directory. For
|
||||
- [test.sh](test.sh) script runs some basic tests on every PR/commit to ensure the pages are valid and the code is formatted correctly.
|
||||
- [wrong-filename.py](wrong-filename.py) script checks the consistency between the filenames and the page title.
|
||||
- [update-command.py](update-command.py) is a Python script to update the common contents of a command example across all languages.
|
||||
- [check-errors.sh](check-errors.sh) is a shell script that is meant to be run inside a specific language directory (`../scripts/check-errors.sh`). It does basic grep searches of few of the most commonly encountered errors and returns the lines they appear in.
|
||||
|
||||
## Compatibility
|
||||
|
||||
@@ -36,3 +37,4 @@ The table below shows the compatibility of user-executable scripts with differen
|
||||
| [set-page-title.py](set-page-title.py) | ✅ | ✅ | ✅ |
|
||||
| [wrong-filename.py](wrong-filename.py) | ✅ | ✅ | ✅ |
|
||||
| [update-command.py](update-command.py) | ✅ | ✅ | ✅ |
|
||||
| [check-errors.sh](check-errors.sh) | ✅ | ❓ | ❓ |
|
||||
|
||||
Reference in New Issue
Block a user