*Update dist

This commit is contained in:
Derrick Hammer 2022-12-19 11:35:45 -05:00
parent e535abd2ff
commit f69a12fb52
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

2
dist/index.js vendored
View File

@ -331,7 +331,7 @@ class Config {
return value * 1024 * 1024;
}
parseArg(args) {
for (let key in args) {
for (let key in args._) {
let newKey = key.replace("-", "");
object_path_1.default.set(this.data, newKey, args[key]);
}