forked from MapComplete/MapComplete
Scripts: actually specify commands
This commit is contained in:
parent
676bb8a250
commit
1325a178e7
3 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,7 @@ class ServerPmTileExtracts extends Script {
|
|||
async main(args: string[]): Promise<void> {
|
||||
if(args.length < 2){
|
||||
this.printHelp()
|
||||
return
|
||||
throw ("!!! Please, specify a source- and cachedir !!!")
|
||||
}
|
||||
const sourcefile = args[0]
|
||||
const targetDir = args[1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue