File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 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:
179179The ` --report-stale-export-ignores ` option extends the validation to look for export-ignore statements referencing non-existent
180180repository artifacts. In combination with the ` --diff ` option these will be shown in the output.
181181
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.
184184
185185``` bash
186186cat .gitattributes | lean-package-validator validate --stdin-input
You can’t perform that action at this time.
0 commit comments