Merge pull request #172 from crazy-max/comments

handle comments for multi-line inputs
This commit is contained in:
CrazyMax
2022-03-08 14:19:24 +01:00
committed by GitHub
4 changed files with 25 additions and 17 deletions

1
dist/index.js generated vendored
View File

@ -75,6 +75,7 @@ function getInputList(name, ignoreComma) {
for (let output of sync_1.default(items, {
columns: false,
relax: true,
comment: '#',
relaxColumnCount: true,
skipLinesWithEmptyValues: true
})) {