|
1 | | -usage: create_cli_help.py check [-h] |
2 | | -- `[-i {tables,columns,constraints,views,sequences,indexes,triggers,functions,rules} [{tables,columns,constraints,views,sequences,indexes,triggers,functions,rules} ...]]` |
3 | | -- `[-N EXCLUDE_SCHEMA] [-P EXCLUDE_FIELD_PATTERN] [-o OUTPUT_FILE]` |
4 | | - |
| 1 | +usage: update_cli_docs.py check [-h] |
| 2 | +[-i {tables,columns,constraints,views,sequences,indexes,triggers,functions,rules} [{tables,columns,constraints,views,sequences,indexes,triggers,functions,rules} ...]] |
| 3 | +[-N EXCLUDE_SCHEMA] [-P EXCLUDE_FIELD_PATTERN] [-o OUTPUT_FILE] |
5 | 4 | ### options: |
6 | 5 | - `-h, --help`: show this help message and exit |
7 | | -- `-i {tables,columns,constraints,views,sequences,indexes,triggers,functions,rules} [{tables,columns,constraints,views,sequences,indexes,triggers,functions,rules} ...], --ignore {tables,columns,constraints,views,sequences,indexes,triggers,functions,rules} [{tables,columns,constraints,views,sequences,indexes,triggers,functions,rules} ...]` |
8 | | -- `Elements to be ignored` |
9 | | -- `-N EXCLUDE_SCHEMA, --exclude-schema EXCLUDE_SCHEMA` |
10 | | -- `Schema to be ignored.` |
11 | | -- `-P EXCLUDE_FIELD_PATTERN, --exclude-field-pattern EXCLUDE_FIELD_PATTERN` |
12 | | -- `Fields to be ignored based on a pattern compatible with SQL LIKE.` |
13 | | -- `-o OUTPUT_FILE, --output_file OUTPUT_FILE` |
14 | | -- `Output file` |
| 6 | +- `-i {tables,columns,constraints,views,sequences,indexes,triggers,functions,rules} [{tables,columns,constraints,views,sequences,indexes,triggers,functions,rules} ...], --ignore {tables,columns,constraints,views,sequences,indexes,triggers,functions,rules} [{tables,columns,constraints,views,sequences,indexes,triggers,functions,rules} ...]`: Elements to be ignored |
| 7 | +- `-N EXCLUDE_SCHEMA, --exclude-schema EXCLUDE_SCHEMA`: Schema to be ignored. |
| 8 | +- `-P EXCLUDE_FIELD_PATTERN, --exclude-field-pattern EXCLUDE_FIELD_PATTERN`: Fields to be ignored based on a pattern compatible with SQL LIKE. |
| 9 | +- `-o OUTPUT_FILE, --output_file OUTPUT_FILE`: Output file |
0 commit comments