mapsdl common
This commit is contained in:
@@ -18,13 +18,13 @@ cssds-exec:
|
||||
|
||||
# Map downloader commands
|
||||
mapsdl-dry:
|
||||
cd src/mapsdl && deno run --allow-net --allow-read --allow-write --allow-env --allow-sys mapsdl.ts --dry-run
|
||||
|
||||
mapsdl-dry-verbose:
|
||||
cd src/mapsdl && deno run --allow-net --allow-read --allow-write --allow-env --allow-sys mapsdl.ts --dry-run --verbose
|
||||
cd src/mapsdl && deno run -A mapsdl.ts --dry-run
|
||||
|
||||
mapsdl:
|
||||
cd src/mapsdl && deno run --allow-net --allow-read --allow-write --allow-env --allow-sys mapsdl.ts
|
||||
cd src/mapsdl && deno run -A mapsdl.ts
|
||||
|
||||
mapsdl-verbose:
|
||||
cd src/mapsdl && deno run --allow-net --allow-read --allow-write --allow-env --allow-sys mapsdl.ts --verbose
|
||||
mapsdl-all-dry:
|
||||
cd src/mapsdl && deno run -A mapsdl-all.ts --dry-run
|
||||
|
||||
mapsdl-all:
|
||||
cd src/mapsdl && deno run -A mapsdl-all.ts --dry-run
|
||||
|
||||
Reference in New Issue
Block a user