/
opt
/
canhelp
/
node_modules
/
dotenv
/
lib
/
/opt/canhelp/node_modules/dotenv/lib
mkdir
upload
Name
Size
Mode
Actions
cli-options.js
385
0644
edit
dl
rm
env-options.js
733
0644
edit
dl
rm
main.d.ts
5109
0644
edit
dl
rm
main.js
10703
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/dotenv/lib/cli-options.js
(385B)
const re = /^dotenv_config_(encoding|path|quiet|debug|override|DOTENV_KEY)=(.+)$/ module.exports = function optionMatcher (args) { const options = args.reduce(function (acc, cur) { const matches = cur.match(re) if (matches) { acc[matches[1]] = matches[2] } return acc }, {}) if (!('quiet' in options)) { options.quiet = 'true' } return options }
Save
cmd:
run