File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,8 @@ Would expect the following .gitattributes file content:
179
179
The ` --report-stale-export-ignores ` option extends the validation to look for export-ignore statements referencing non-existent
180
180
repository artifacts. In combination with the ` --diff ` option these will be shown in the output.
181
181
182
- The ` --stdin-input ` option allows the validate command to read from ` STDIN ` so that the following can be used for validation.
183
- It currently only does a strict comparison.
182
+ The ` --stdin-input ` option allows the validate command to read from ` STDIN ` , so that the following piped output
183
+ can be used for validation. It currently only does a strict comparison.
184
184
185
185
``` bash
186
186
cat .gitattributes | lean-package-validator validate --stdin-input
You can’t perform that action at this time.
0 commit comments