UNPKG

tumblr-toolkit

Version:

Tumblr API-based toolkit for batch posts processing.

7 lines (5 loc) 140 B
module.exports = yargs => { yargs .describe('b', 'Blog name from where the post') .usage('Usage: $0 postInfo -c [file] -b [blog]'); }