We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8bcb4 commit 6ba0c4eCopy full SHA for 6ba0c4e
bin/cli.js
@@ -1,7 +1,6 @@
1
#!/usr/bin/env node
2
3
var parseChangelog = require('..')
4
-var path = require('path')
5
var file = process.argv[2] || 'CHANGELOG.md'
6
var help = process.argv[2] === '-h' || process.argv[2] === '--help'
7
0 commit comments