UNPKG

@lifeomic/cli

Version:

CLI for interacting with the LifeOmic PHC API.

16 lines (14 loc) 343 B
'use strict'; module.exports = (yargs) => { return yargs .option('json', { describe: 'List output as JSON', type: 'boolean' }).option('jsonLine', { describe: 'List output as JSON LINE Format', type: 'boolean' }).option('account', { describe: 'Override the account', type: 'string' }); };