UNPKG

react-native-code-push-diff

Version:

This library builds upon the foundational strengths of the react-native-code-push library, adding advanced functionality to precisely identify and manage differences between code-push builds.

19 lines (18 loc) 415 B
"use strict"; export const bundleArgs = yargs => yargs.positional('os', { type: 'string', demandOption: true, alias: ['platform'] }).option('base', { type: 'string', demandOption: true }).option('reinstallNodeModulesCommand', { type: 'string', alias: ['npm'] }).option('rest', { type: 'string', default: '' }).option('bundle-command', { type: 'string' }); //# sourceMappingURL=bundleArgs.js.map