You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| --format | string | Format for the output.<br />**Possible values:**`stylish`, `json`. Default value is `stylish`. |
57
58
| --help | boolean | Show help. |
58
59
| --lint-config | string | Specify the severity level for the configuration file. <br/> **Possible values:**`warn`, `error`, `off`. Default value is `warn`. |
59
-
| --source-locations | boolean | Include the original source file and pointer for each node. Useful for multi-file descriptions. |
60
+
| --pointer | string | Print the content at the given JSON pointer instead of the map. YAML by default; JSON with `--format=json`. |
61
+
| --source-locations | boolean | Include the original source file, pointer, and line range for each node. Useful for multi-file descriptions. |
0 commit comments