This module is the guts of optimist's argument parser without all the fanciful decoration. $ node example/parse.js -a beep -b boop { _: [], a: 'beep', b: 'boop ...