Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bin/getpapers.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ program
.option('-f, --logfile <filename>',
'save log to specified file in output directory as well as printing to terminal')
.option('-k, --limit <int>',
'limit the number of hits and downloads')
'limit the number of hits and downloads',
100)
.option('--filter <filter object>',
'filter by key value pair, passed straight to the crossref api only')
.option('-r, --restart',
Expand Down