UNPKG

react-cosmos

Version:

Sandbox for developing and testing UI components in isolation

5 lines (4 loc) 135 B
import yargs from 'yargs/yargs'; export function getCliArgs() { return yargs(process.argv.slice(2)).boolean('lazy').parseSync(); }