mirror of
https://github.com/lucaspalomodevelop/JSSTE.git
synced 2026-03-12 23:17:22 +00:00
Merge pull request #16 from lucaspalomodevelop/15-add-config-manipulation-in-cmd
add jsconfig
This commit is contained in:
commit
91ae19c049
@ -17,6 +17,9 @@ let addCommand = ({prefix,args = myargs}, callback) =>
|
||||
})
|
||||
}
|
||||
|
||||
addCommand({prefix:"-Jsconfig="},(arg) =>{
|
||||
jsste.__config.setConfig(arg);
|
||||
})
|
||||
|
||||
addCommand({prefix:"-page="},(arg) =>{
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user