Merge pull request #16 from lucaspalomodevelop/15-add-config-manipulation-in-cmd

add jsconfig
This commit is contained in:
Lucas Manuel Palomo Lauterbach 2022-11-18 16:50:30 +01:00 committed by GitHub
commit 91ae19c049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,9 @@ let addCommand = ({prefix,args = myargs}, callback) =>
})
}
addCommand({prefix:"-Jsconfig="},(arg) =>{
jsste.__config.setConfig(arg);
})
addCommand({prefix:"-page="},(arg) =>{