Skip to content

Commit bf28392

Browse files
authored
Merge pull request #3 from tphummel/remove-default-min-cli-arg
don't set a `min` value if one isn't passed to cli
2 parents bfe4cd2 + 99b1950 commit bf28392

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cli.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ const argv = minimist(process.argv, {
1818
},
1919
default: {
2020
label: 0,
21-
column: 1,
22-
min: 1
21+
column: 1
2322
}
2423
})
2524

0 commit comments

Comments
 (0)