UNPKG

@xgheaven/nos-cli

Version:
14 lines (13 loc) 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.objectBaseBuilder = function (args) { return args .option('endpoint', { alias: 'e', type: 'string', description: 'Nos Endpoint' }) .option('bucket', { alias: 'b', type: 'string', description: 'Nos Bucket' }); };