UNPKG

commander-to-markdown

Version:
6 lines (4 loc) 151 B
const program = require('commander'); program .option('-x', 'just some words bunched together. some more here', 'nothing') .parse(process.argv);