MCPcopy
hub / github.com/kimmobrunfeldt/progressbar.js / parseArgs

Function parseArgs

tools/release.js:105–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103}
104
105function parseArgs() {
106 program
107 .usage('bump')
108
109 program.on('--help', function() {
110 console.log(' Example usage:');
111 console.log('');
112 console.log(' $ ./release.js minor');
113 });
114
115 program.parse(process.argv);
116}
117
118function mergeArgsToDefaults(config) {
119 if (program.args[0]) {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…