UNPKG

flipflag

Version:

cli flags with aliases, from argv, env, globals, --env.flags, callbacks, preserves casing

12 lines (8 loc) 268 B
const timer = require('fliptime') const flags = require('../') timer.start('calling flags') const envs = flags('--env') const found = flags('nonExistantForAllCases') timer.stop('calling flags').log('calling flags') timer.logLaps('flagger') console.log(envs, found)