Skip to content

Commit 992a0c4

Browse files
committed
fix: use alias properly
closes #14
1 parent 10b51cb commit 992a0c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ const cli = meow([`
2424
$ name-your-contributors -r ipfs -u ipfs --after=2016-01-15T00:20:24Z --before=2016-01-20T00:20:24Z
2525
2626
$ name-your-contributors -o ipfs -a 2017-01-01 > ipfs-contrib-2017.json
27-
`, {
27+
`], {
2828
alias: {
2929
b: 'before',
3030
a: 'after',
3131
r: 'repo',
3232
u: 'user',
3333
t: 'token'
3434
}
35-
}])
35+
})
3636

3737
const token = cli.flags.t || process.env.GITHUB_TOKEN
3838

0 commit comments

Comments
 (0)